2021-10-24 02:58:35 +00:00
|
|
|
name: "🐛 Bug Report"
|
|
|
|
description: "Submit a bug report to help us improve"
|
2021-11-05 03:34:50 +00:00
|
|
|
#title: "[Bug] "
|
2021-10-24 02:58:35 +00:00
|
|
|
labels: [bug]
|
|
|
|
body:
|
2021-11-02 05:23:47 +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
|
|
|
|
- type: textarea
|
|
|
|
id: description
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
attributes:
|
|
|
|
label: "Description"
|
|
|
|
description: "You could also upload screenshots"
|
2021-10-24 02:58:35 +00:00
|
|
|
- type: textarea
|
|
|
|
id: steps-to-reproduce
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "👟 Reproduction steps"
|
|
|
|
description: "How do you trigger this bug? Please walk us through it step by step."
|
|
|
|
placeholder: "..."
|
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
2021-11-02 05:12:46 +00:00
|
|
|
label: "👀 Expected behavior"
|
2021-10-24 02:58:35 +00:00
|
|
|
description: "What did you think would happen?"
|
|
|
|
placeholder: "..."
|
|
|
|
- type: textarea
|
|
|
|
id: actual-behavior
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
2021-11-02 05:12:46 +00:00
|
|
|
label: "😓 Actual Behavior"
|
2021-10-24 02:58:35 +00:00
|
|
|
description: "What actually happen?"
|
|
|
|
placeholder: "..."
|
2021-10-24 14:04:56 +00:00
|
|
|
- type: input
|
2021-10-24 02:58:35 +00:00
|
|
|
id: uptime-kuma-version
|
|
|
|
attributes:
|
2021-11-02 05:12:46 +00:00
|
|
|
label: "🐻 Uptime-Kuma Version"
|
2021-11-02 05:23:47 +00:00
|
|
|
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 02:58:35 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-10-27 02:10:48 +00:00
|
|
|
- type: input
|
2021-10-24 02:58:35 +00:00
|
|
|
id: operating-system
|
|
|
|
attributes:
|
2021-11-02 05:12:46 +00:00
|
|
|
label: "💻 Operating System and Arch"
|
2021-10-24 14:12:17 +00:00
|
|
|
description: "Which OS is your server/device running on?"
|
2021-11-02 05:12:46 +00:00
|
|
|
placeholder: "Ex. Ubuntu 20.04 x86"
|
2021-10-24 02:58:35 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-10-27 02:10:48 +00:00
|
|
|
- type: input
|
2021-10-24 02:58:35 +00:00
|
|
|
id: browser-vendor
|
|
|
|
attributes:
|
|
|
|
label: "🌐 Browser"
|
2021-10-24 14:12:17 +00:00
|
|
|
description: "Which browser are you running on?"
|
2021-11-02 05:23:47 +00:00
|
|
|
placeholder: "Ex. Google Chrome 95.0.4638.69"
|
2021-10-24 02:58:35 +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 02:58:35 +00:00
|
|
|
attributes:
|
2021-11-02 05:12:46 +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:23:47 +00:00
|
|
|
placeholder: "Ex. Docker 20.10.9 / K8S / Podman"
|
2021-10-24 02:58:35 +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 02:58:35 +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:31:27 +00:00
|
|
|
placeholder: "Ex. 14.18.0"
|
2021-10-24 02:58:35 +00:00
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: logs
|
|
|
|
attributes:
|
|
|
|
label: "📝 Relevant log output"
|
|
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
|
|
render: shell
|
2021-10-24 04:40:06 +00:00
|
|
|
validations:
|
2021-11-02 05:23:47 +00:00
|
|
|
required: false
|