mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Changes based on PR requests
This commit is contained in:
parent
40a1ebecc5
commit
b50b390048
3 changed files with 43 additions and 33 deletions
28
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
28
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: "❓ Ask for help"
|
name: "❓ Ask for help"
|
||||||
description: "Submit any question related to Uptime Kuma"
|
description: "Submit any question related to Uptime Kuma"
|
||||||
title: "[Help]: "
|
title: "[Help]: <title>"
|
||||||
labels: [help]
|
labels: [help]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -11,18 +11,11 @@ body:
|
||||||
label: "📝 Describe your problem"
|
label: "📝 Describe your problem"
|
||||||
description: "Please walk us through it step by step."
|
description: "Please walk us through it step by step."
|
||||||
placeholder: "Describe what are you asking for..."
|
placeholder: "Describe what are you asking for..."
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: uptime-kuma-version
|
id: uptime-kuma-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐻 Uptime-Kuma version"
|
label: "🐻 Uptime-Kuma version"
|
||||||
description: "What version of Uptime-Kuma are you running?"
|
description: "What version of Uptime-Kuma are you running?"
|
||||||
options:
|
|
||||||
- latest
|
|
||||||
- nightly
|
|
||||||
- Version 1.9.x
|
|
||||||
- Version 1.8.x
|
|
||||||
- Version 1.7.x
|
|
||||||
- Different version
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -30,6 +23,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "💻 Operating System"
|
label: "💻 Operating System"
|
||||||
description: "What OS is your server/device running on?"
|
description: "What OS is your server/device running on?"
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Linux
|
- Linux
|
||||||
- MacOS
|
- MacOS
|
||||||
|
@ -41,6 +35,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "🌐 Browser"
|
label: "🌐 Browser"
|
||||||
description: "What browser are you running on?"
|
description: "What browser are you running on?"
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Firefox
|
- Firefox
|
||||||
- Chrome
|
- Chrome
|
||||||
|
@ -58,15 +53,11 @@ body:
|
||||||
required: false
|
required: false
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: nodejs-version
|
id: nodejs-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🟩 NodeJS Version"
|
label: "🟩 NodeJS Version"
|
||||||
description: "If running in the host, Which version of NodeJS are you running?"
|
description: "If running in the host, which version of NodeJS are you running?"
|
||||||
options:
|
|
||||||
- 14
|
|
||||||
- 16
|
|
||||||
- 17
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
@ -77,3 +68,10 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: "I checked and didn't find similar question"
|
- label: "I checked and didn't find similar question"
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: "🛡️ Security Policy"
|
||||||
|
description: Please review the security policy before reporting security related issues/bugs.
|
||||||
|
options:
|
||||||
|
- label: I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy)
|
||||||
|
required: true
|
||||||
|
|
28
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
28
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: "🐛 Bug Report"
|
name: "🐛 Bug Report"
|
||||||
description: "Submit a bug report to help us improve"
|
description: "Submit a bug report to help us improve"
|
||||||
title: "[Bug]: "
|
title: "[Bug]: <title>"
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
@ -31,18 +31,11 @@ body:
|
||||||
label: "👎 Actual Behavior"
|
label: "👎 Actual Behavior"
|
||||||
description: "What actually happen?"
|
description: "What actually happen?"
|
||||||
placeholder: "..."
|
placeholder: "..."
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: uptime-kuma-version
|
id: uptime-kuma-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐻 Uptime-Kuma version"
|
label: "🐻 Uptime-Kuma version"
|
||||||
description: "What version of Uptime-Kuma are you running?"
|
description: "What version of Uptime-Kuma are you running?"
|
||||||
options:
|
|
||||||
- latest
|
|
||||||
- nightly
|
|
||||||
- Version 1.9.x
|
|
||||||
- Version 1.8.x
|
|
||||||
- Version 1.7.x
|
|
||||||
- Different version
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -50,6 +43,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "💻 Operating System"
|
label: "💻 Operating System"
|
||||||
description: "What OS is your server/device running on?"
|
description: "What OS is your server/device running on?"
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Linux
|
- Linux
|
||||||
- MacOS
|
- MacOS
|
||||||
|
@ -61,6 +55,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "🌐 Browser"
|
label: "🌐 Browser"
|
||||||
description: "What browser are you running on?"
|
description: "What browser are you running on?"
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Firefox
|
- Firefox
|
||||||
- Chrome
|
- Chrome
|
||||||
|
@ -78,15 +73,11 @@ body:
|
||||||
required: false
|
required: false
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: nodejs-version
|
id: nodejs-version
|
||||||
attributes:
|
attributes:
|
||||||
label: "🟩 NodeJS Version"
|
label: "🟩 NodeJS Version"
|
||||||
description: "If running in the host, Which version of NodeJS are you running?"
|
description: "If running in the host, which version of NodeJS are you running?"
|
||||||
options:
|
|
||||||
- 14
|
|
||||||
- 16
|
|
||||||
- 17
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -105,3 +96,10 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: "I checked and didn't find similar issue"
|
- label: "I checked and didn't find similar issue"
|
||||||
required: true
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: "🛡️ Security Policy"
|
||||||
|
description: Please review the security policy before reporting security related issues/bugs.
|
||||||
|
options:
|
||||||
|
- label: I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy)
|
||||||
|
required: true
|
||||||
|
|
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,8 +1,22 @@
|
||||||
name: 🚀 Feature Request
|
name: 🚀 Feature Request
|
||||||
description: "Submit a proposal for a new feature"
|
description: "Submit a proposal for a new feature"
|
||||||
title: "[Feature]: "
|
title: "[Feature]: <title>"
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
id: feature-area
|
||||||
|
attributes:
|
||||||
|
label: "🏷️ Feature Request Type"
|
||||||
|
description: "What kind of feature request is this?"
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- API
|
||||||
|
- New Notification
|
||||||
|
- New Monitor
|
||||||
|
- UI Feature
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Reference in a new issue