2021-09-30 07:44:11 +00:00
name : Bug Report
2023-01-12 20:46:30 +00:00
description : Something is broken
2021-09-30 07:44:11 +00:00
labels : [ "bug" ]
body :
- type : checkboxes
attributes :
2021-12-02 20:02:21 +00:00
label : Verification
2023-01-12 20:46:30 +00:00
description : Before submitting a bug report, check if similar issues already exist and use those issues to provide your feedback instead.
2021-09-30 07:44:11 +00:00
options :
2023-07-21 17:59:34 +00:00
- label : I searched for similar bug reports (including closed issues) and found none was relevant.
2021-09-30 07:44:11 +00:00
required : true
- type : input
id : desc-brief
attributes :
label : What happened?
description : A one-line description of the bug.
placeholder : "Ex. I woke up as a Kafkian insect this morning."
validations :
required : true
- type : input
id : desc-expected
attributes :
label : What should happen instead?
description : The behaviour you were expecting to see.
placeholder : "Ex. I was expecting to wake up as a human."
- type : textarea
id : desc-steps
attributes :
label : Reproduction steps
description : "How do you trigger this bug? Please walk us through it step by step."
validations :
required : true
- type : textarea
id : desc-long
attributes :
label : More details?
description : Give us more details about the bug and any personal attempts you made to fix it.
placeholder : Tell us more!
- type : input
id : version
attributes :
label : Version
description : |
2023-03-01 22:42:29 +00:00
What [version of the firmware](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/doc/gettingStarted/updating-software.md#checking-the-version-of-infinitime) are you running?
If you are running an older version, please consider [updating to the latest firmware](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/doc/gettingStarted/updating-software.md#updating-with-companion-apps).
2021-09-30 07:44:11 +00:00
If you are running directly from git, specify the branch or the commit hash directly.
2023-03-01 22:42:29 +00:00
placeholder : "Ex. v1.11.0 or main or fc922b60"
2021-09-30 07:44:11 +00:00
validations :
required : true
- type : input
id : companion-app
attributes :
label : Companion app
description : Which companion app are you using (if relevant)?
placeholder : "Ex. Gadgetbridge v0.60.0, Siglo v0.9.4"