uptime-kuma/.github/ISSUE_TEMPLATE/bug_report.yaml

93 lines
2.9 KiB
YAML
Raw Normal View History

name: "🐛 Bug Report"
description: "Submit a bug report to help us improve"
2021-10-24 07:04:56 -07:00
title: "[Bug]: <title>"
labels: [bug]
body:
- 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-01 22:12:46 -07:00
label: "👀 Expected behavior"
description: "What did you think would happen?"
placeholder: "..."
- type: textarea
id: actual-behavior
validations:
required: true
attributes:
2021-11-01 22:12:46 -07:00
label: "😓 Actual Behavior"
description: "What actually happen?"
placeholder: "..."
2021-10-24 07:04:56 -07:00
- type: input
id: uptime-kuma-version
attributes:
2021-11-01 22:12:46 -07:00
label: "🐻 Uptime-Kuma Version"
description: "Which version of Uptime-Kuma are you running?"
2021-10-26 21:18:05 -07:00
placeholder: "Ex. 1.9.x"
validations:
required: true
2021-10-26 19:10:48 -07:00
- type: input
id: operating-system
attributes:
2021-11-01 22:12:46 -07:00
label: "💻 Operating System and Arch"
description: "Which OS is your server/device running on?"
2021-11-01 22:12:46 -07:00
placeholder: "Ex. Ubuntu 20.04 x86"
validations:
required: true
2021-10-26 19:10:48 -07:00
- type: input
id: browser-vendor
attributes:
label: "🌐 Browser"
description: "Which browser are you running on?"
2021-10-26 21:18:05 -07:00
placeholder: "Ex. Firefox"
validations:
required: true
2021-10-26 19:10:48 -07:00
- type: input
2021-10-26 21:11:50 -07:00
id: docker-version
attributes:
2021-11-01 22:12:46 -07:00
label: "🐋 Docker Version"
2021-10-26 21:11:50 -07:00
description: "If running with Docker, which version are you running?"
2021-11-01 22:12:46 -07:00
placeholder: "Ex. 20.10.9 / K8S / Podman"
validations:
2021-10-26 19:10:48 -07:00
required: false
2021-10-24 07:04:56 -07:00
- type: input
id: nodejs-version
attributes:
label: "🟩 NodeJS Version"
2021-10-26 21:11:50 -07:00
description: "If running with Node.js? which version are you running?"
2021-10-26 21:18:05 -07:00
placeholder: "14.x"
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-23 21:40:06 -07:00
validations:
2021-11-01 22:12:46 -07:00
required: false
- type: checkboxes
id: no-duplicate-issues
attributes:
2021-10-30 16:06:32 -07:00
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
2021-10-24 07:04:56 -07:00
- 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