forked from FOSS/BangleApps
bug report with hw,fw and textarea (6)
parent
568c6cdfad
commit
8b6d289bc9
|
@ -7,14 +7,14 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
# Attention: If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: hwversion
|
id: hwversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Affected hardware version
|
label: Affected hardware version
|
||||||
description: |
|
description: |
|
||||||
Which Bangle hardware version(s) is/are affected?
|
Which Bangle hardware version(s) is/are affected?
|
||||||
Hint: You can select multiple entries.
|
_Hint: You can select multiple entries._
|
||||||
options:
|
options:
|
||||||
- Bangle 1
|
- Bangle 1
|
||||||
- Bangle 2
|
- Bangle 2
|
||||||
|
@ -26,12 +26,12 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Your firmware version
|
label: Your firmware version
|
||||||
description: |
|
description: |
|
||||||
* Please make sure you installed the latest released firmware! *
|
## Please make sure you installed the latest released firmware!
|
||||||
If it occurs only in "Cutting Edge build" please mention this.
|
If it occurs only in "Cutting Edge build" please mention this.
|
||||||
Update instructions:
|
Update instructions:
|
||||||
* Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates) *
|
**Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates)**
|
||||||
* Bangle 1: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates) *
|
**Bangle 1: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates)**
|
||||||
Hint: The links will open inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead.
|
_Hint: The links will open inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead._
|
||||||
placeholder: e.g. 2v11
|
placeholder: e.g. 2v11
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -39,15 +39,16 @@ body:
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
label: The bug
|
label: The bug
|
||||||
description: * Please also mention the expected behaviour and steps to reproduce *
|
description: |
|
||||||
|
** Please also mention the expected behaviour and steps to reproduce **
|
||||||
placeholder: |
|
placeholder: |
|
||||||
**Describe the bug**
|
###Describe the bug
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**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.
|
||||||
|
|
||||||
**Steps to reproduce**
|
###Steps to reproduce
|
||||||
1. Start app xy
|
1. Start app xy
|
||||||
2. choose abc
|
2. choose abc
|
||||||
3. bug occurs
|
3. bug occurs
|
||||||
|
|
Loading…
Reference in New Issue