mirror of https://github.com/espruino/BangleApps
bug report with hw,fw and textarea (4)
parent
63a8fc95cf
commit
b054ed9ffe
|
@ -26,19 +26,20 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Your firmware version
|
label: Your firmware version
|
||||||
description: |
|
description: |
|
||||||
Please use the latest released firmware and check if the bug still occurs.
|
* 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:
|
||||||
|
* 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) *
|
||||||
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.
|
||||||
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)
|
|
||||||
placeholder: e.g. 2v11
|
placeholder: e.g. 2v11
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: report
|
id: report
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: The bug
|
||||||
description: Please also mention the expected behaviour.
|
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.
|
||||||
|
@ -46,11 +47,11 @@ 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.
|
||||||
|
|
||||||
**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
|
||||||
|
|
||||||
It could be helpfull for us to provide
|
It could be helpfull for us to provide the devopment folder in 'bangle apps' folder
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Reference in New Issue