mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 03:34:51 -05:00
Updates based on PR comments.
This commit is contained in:
parent
c7e1267779
commit
dd773aa5a2
26
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
26
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
@ -18,41 +18,27 @@ body:
|
|||||||
description: "Which version of Uptime-Kuma are you running?"
|
description: "Which version of Uptime-Kuma are you running?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
label: "💻 Operating System"
|
label: "💻 Operating System"
|
||||||
description: "Which OS is your server/device running on?"
|
description: "Which OS is your server/device running on?"
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- MacOS
|
|
||||||
- Windows
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: browser-vendor
|
id: browser-vendor
|
||||||
attributes:
|
attributes:
|
||||||
label: "🌐 Browser"
|
label: "🌐 Browser"
|
||||||
description: "Which browser are you running on?"
|
description: "Which browser are you running on?"
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Firefox
|
|
||||||
- Chrome
|
|
||||||
- Edge
|
|
||||||
- Safari
|
|
||||||
- Other
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: input
|
||||||
id: uses-docker
|
id: docker-tag
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
options:
|
description: "Currently running in Docker? Specify the tag."
|
||||||
- label: "Currently running in Docker?"
|
|
||||||
required: false
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: nodejs-version
|
id: nodejs-version
|
||||||
attributes:
|
attributes:
|
||||||
|
28
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
28
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -38,46 +38,32 @@ body:
|
|||||||
description: "Which version of Uptime-Kuma are you running?"
|
description: "Which version of Uptime-Kuma are you running?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
label: "💻 Operating System"
|
label: "💻 Operating System"
|
||||||
description: "Which OS is your server/device running on?"
|
description: "Which OS is your server/device running on?"
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- MacOS
|
|
||||||
- Windows
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: browser-vendor
|
id: browser-vendor
|
||||||
attributes:
|
attributes:
|
||||||
label: "🌐 Browser"
|
label: "🌐 Browser"
|
||||||
description: "Which browser are you running on?"
|
description: "Which browser are you running on?"
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Firefox
|
|
||||||
- Chrome
|
|
||||||
- Edge
|
|
||||||
- Safari
|
|
||||||
- Other
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: input
|
||||||
id: uses-docker
|
id: docker-tag
|
||||||
attributes:
|
attributes:
|
||||||
label: "🐋 Docker"
|
label: "🐋 Docker"
|
||||||
options:
|
description: "Currently running with Docker? Which image tag are you using?"
|
||||||
- label: "Currently running in Docker?"
|
|
||||||
required: false
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
- type: input
|
- 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: "Currently running with Node.js? which version of node.js are you running?"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -46,7 +46,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
attributes:
|
attributes:
|
||||||
label: "❓ Additional Context"
|
label: "📝 Additional Context"
|
||||||
description: "Add any other context or screenshots about the feature request here."
|
description: "Add any other context or screenshots about the feature request here."
|
||||||
placeholder: "..."
|
placeholder: "..."
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
Loading…
Reference in New Issue
Block a user