forked from FOSS/BangleApps
bug report with hw,fw and textarea #1
parent
eeb031489a
commit
757cb521b1
|
@ -1,39 +1,36 @@
|
||||||
name: Bangle Bug report
|
name: Bangle Bug report
|
||||||
description: "Bangle: Create a report to help us improve!"
|
description: "Bangle: Create a issue to help us improve!"
|
||||||
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock] title"
|
title: "Please give it a short description and provide the affected app/widget."
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### If you have a question then
|
### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
||||||
### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! **
|
- type: dropdown
|
||||||
- type: checkboxes
|
id: hwversion
|
||||||
id: searched
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Agree searched
|
label: Affected hardware version
|
||||||
description: Please search for (closed) issues
|
description: |
|
||||||
options:
|
Which Bangle hardware version(s) is/are affected?
|
||||||
- label: I confirm that I have searched the forum and also for similiar bugs.
|
Hint: You can select both with ctrl key.
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: devobject
|
|
||||||
attributes:
|
|
||||||
label: Development object
|
|
||||||
description: |
|
|
||||||
the foldername in 'BangleApps'
|
|
||||||
for generall issues create a generic issue, please.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: bangle
|
|
||||||
attributes:
|
|
||||||
label: Hardware version
|
|
||||||
description: Which Bangle hw version is affected?
|
|
||||||
options:
|
options:
|
||||||
- label: Bangle 1
|
- label: Bangle 1
|
||||||
- label: Bangle 2
|
- label: Bangle 2
|
||||||
|
multiple: true
|
||||||
|
- type: input
|
||||||
|
id: fwversion
|
||||||
|
attributes:
|
||||||
|
label: Your firmware version
|
||||||
|
description: |
|
||||||
|
Please use the latest released firmware and check if the bug still occurs.
|
||||||
|
If it occurs only in "Cutting Edge build" please mention this.
|
||||||
|
Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates)
|
||||||
|
Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates)
|
||||||
|
placeholder: e.g. 2v11
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -45,36 +42,12 @@ body:
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
validations:
|
|
||||||
required: true
|
**Steps to reproduce
|
||||||
- type: textarea
|
1. Start app xy
|
||||||
id: reproduce
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
description: Please provide the steps until bug occurs.
|
|
||||||
placeholder: |
|
|
||||||
1. start app xy
|
|
||||||
2. choose abc
|
2. choose abc
|
||||||
3. bug occurs
|
3. bug occurs
|
||||||
value: |
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
...
|
|
||||||
- type: textarea
|
|
||||||
id: log_screens
|
|
||||||
attributes:
|
|
||||||
label: Log file / outpout / screenshots
|
|
||||||
description: Can be added here to make it more clear.
|
|
||||||
placeholder: |
|
|
||||||
logfile, logoutput or screendump.
|
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
It could be helpfull for us to provide
|
||||||
Please avoid upload of sensitive data.
|
validations:
|
||||||
- type: textarea
|
required: true
|
||||||
id: addional
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: For further helpfull information.
|
|
||||||
placeholder: |
|
|
||||||
for further helpfull information
|
|
Loading…
Reference in New Issue