uptime-kuma/.github/ISSUE_TEMPLATE/ask-for-help.yaml

75 lines
2.5 KiB
YAML
Raw Normal View History

2021-10-24 04:40:06 +00:00
name: "❓ Ask for help"
description: "Submit any question related to Uptime Kuma"
#title: "[Help] "
2021-10-24 04:40:06 +00:00
labels: [help]
body:
2021-11-02 05:30:13 +00:00
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "⚠️ Please verify that this bug has NOT been raised before."
description: "Search in the issues sections by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=)"
options:
- label: "I checked and didn't find similar issue"
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
2021-10-24 04:40:06 +00:00
- type: textarea
id: steps-to-reproduce
validations:
required: true
attributes:
2021-10-24 04:41:51 +00:00
label: "📝 Describe your problem"
2021-10-24 04:40:06 +00:00
description: "Please walk us through it step by step."
placeholder: "Describe what are you asking for..."
2023-03-25 15:06:23 +00:00
- type: textarea
id: error-msg
validations:
2023-03-25 15:06:51 +00:00
required: false
2023-03-25 15:06:23 +00:00
attributes:
label: "📝 Error Message(s) or Log"
2021-10-24 14:04:56 +00:00
- type: input
2021-10-24 04:40:06 +00:00
id: uptime-kuma-version
attributes:
2021-11-02 05:30:13 +00:00
label: "🐻 Uptime-Kuma Version"
description: "Which version of Uptime-Kuma are you running? Please do NOT provide the docker tag such as latest or 1"
placeholder: "Ex. 1.10.0"
2021-10-24 04:40:06 +00:00
validations:
required: true
2021-10-27 02:10:48 +00:00
- type: input
2021-10-24 04:40:06 +00:00
id: operating-system
attributes:
2021-11-02 05:30:13 +00:00
label: "💻 Operating System and Arch"
description: "Which OS is your server/device running on? (For Replit, please do not report this bug)"
2021-11-02 05:30:13 +00:00
placeholder: "Ex. Ubuntu 20.04 x86"
2021-10-24 04:40:06 +00:00
validations:
required: true
2021-10-27 02:10:48 +00:00
- type: input
2021-10-24 04:40:06 +00:00
id: browser-vendor
attributes:
label: "🌐 Browser"
description: "Which browser are you running on? (For Replit, please do not report this bug)"
2021-11-02 05:30:13 +00:00
placeholder: "Ex. Google Chrome 95.0.4638.69"
2021-10-24 04:40:06 +00:00
validations:
required: true
2021-10-27 02:10:48 +00:00
- type: input
2021-10-27 04:11:50 +00:00
id: docker-version
2021-10-24 04:40:06 +00:00
attributes:
2021-11-02 05:30:13 +00:00
label: "🐋 Docker Version"
2021-10-27 04:11:50 +00:00
description: "If running with Docker, which version are you running?"
2021-11-02 05:30:13 +00:00
placeholder: "Ex. Docker 20.10.9 / K8S / Podman"
2021-10-24 04:40:06 +00:00
validations:
2021-10-27 02:10:48 +00:00
required: false
2021-10-24 14:04:56 +00:00
- type: input
2021-10-24 04:40:06 +00:00
id: nodejs-version
attributes:
label: "🟩 NodeJS Version"
2021-10-27 04:11:50 +00:00
description: "If running with Node.js? which version are you running?"
2021-11-02 05:30:13 +00:00
placeholder: "Ex. 14.18.0"
2021-10-24 04:40:06 +00:00
validations:
required: false