2021-10-23 22:58:35 -04:00
name : "🐛 Bug Report"
description : "Submit a bug report to help us improve"
2021-11-04 23:34:50 -04:00
#title: "[Bug] "
2021-10-23 22:58:35 -04:00
labels : [ bug]
body :
2024-01-25 17:57:36 -05:00
- type : textarea
id : related-issues
validations :
required : true
2021-11-02 01:23:47 -04:00
attributes :
2024-01-25 17:57:36 -05:00
label : "📑 I have found these related issues/pull requests"
description : "Search related issues by clicking [HERE](https://github.com/louislam/uptime-kuma/issues?q=) and explain what the difference between them or explain that you are unable to find any related issues"
placeholder : "Related to #1 by also touching the ... system. They should not be merged because ..."
2021-11-02 01:23:47 -04: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
- type : textarea
id : description
validations :
required : false
attributes :
label : "Description"
description : "You could also upload screenshots"
2021-10-23 22:58:35 -04:00
- type : textarea
id : steps-to-reproduce
validations :
required : true
attributes :
label : "👟 Reproduction steps"
2024-01-25 17:57:36 -05:00
description : "How do you trigger this bug? Please walk us through it step by step. Include all important details and add screenshots where appropriate"
2021-10-23 22:58:35 -04:00
placeholder : "..."
- type : textarea
id : expected-behavior
validations :
required : true
attributes :
2021-11-02 01:12:46 -04:00
label : "👀 Expected behavior"
2021-10-23 22:58:35 -04:00
description : "What did you think would happen?"
placeholder : "..."
- type : textarea
id : actual-behavior
validations :
required : true
attributes :
2021-11-02 01:12:46 -04:00
label : "😓 Actual Behavior"
2021-10-23 22:58:35 -04:00
description : "What actually happen?"
placeholder : "..."
2021-10-24 10:04:56 -04:00
- type : input
2021-10-23 22:58:35 -04:00
id : uptime-kuma-version
attributes :
2021-11-02 01:12:46 -04:00
label : "🐻 Uptime-Kuma Version"
2021-11-02 01:23:47 -04: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-23 22:58:35 -04:00
validations :
required : true
2021-10-26 22:10:48 -04:00
- type : input
2021-10-23 22:58:35 -04:00
id : operating-system
attributes :
2021-11-02 01:12:46 -04:00
label : "💻 Operating System and Arch"
2023-06-09 08:50:13 -04:00
description : "Which OS is your server/device running on? (For Replit, please do not report this bug)"
placeholder : "Ex. Ubuntu 20.04 x64 "
2021-10-23 22:58:35 -04:00
validations :
required : true
2021-10-26 22:10:48 -04:00
- type : input
2021-10-23 22:58:35 -04:00
id : browser-vendor
attributes :
label : "🌐 Browser"
2021-10-24 10:12:17 -04:00
description : "Which browser are you running on?"
2021-11-02 01:23:47 -04:00
placeholder : "Ex. Google Chrome 95.0.4638.69"
2021-10-23 22:58:35 -04:00
validations :
required : true
2024-01-25 17:57:36 -05:00
- type : textarea
id : deployment-info
2021-10-23 22:58:35 -04:00
attributes :
2024-01-25 17:57:36 -05:00
label : "🖥️ Deployment Environment"
description : |
examples :
2024-03-27 19:30:33 -04:00
- **Runtime**: Docker 20.10.9 / nodejs 18.17.1 / K8S via ... v1.3.3 / ..
2024-01-25 17:57:36 -05:00
- **Database**: sqlite/embedded mariadb/external mariadb
- **Filesystem used to store the database on** : Windows/ZFS/btrfs/NFSv3 on a SSD/HDD/eMMC
- **number of monitors** : 42
value : |
- Runtime :
- Database :
- Filesystem used to store the database on :
- number of monitors :
2021-10-23 22:58:35 -04:00
validations :
2024-01-25 17:57:36 -05:00
required : true
2021-10-23 22:58:35 -04:00
- 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 00:40:06 -04:00
validations :
2021-11-02 01:23:47 -04:00
required : false