mirror of https://github.com/espruino/BangleApps
tweak issue template
parent
c972abe75c
commit
a9ea8b2d05
|
@ -1,20 +1,20 @@
|
||||||
name: Bangle bug report
|
name: Bangle.js bug report
|
||||||
description: "Bangle: Create a issue to help us improve!"
|
description: "Create a issue to help us improve!"
|
||||||
title: "Short description and provide the affected app/widget"
|
title: "[app/widget name] Short description of bug"
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Attention: If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
**:fire: Attention: If you have a question then ask it at the [Bangle.js 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? _You can select multiple entries._
|
||||||
_Hint: You can select multiple entries._
|
|
||||||
options:
|
options:
|
||||||
- Bangle 1
|
- Bangle 1
|
||||||
- Bangle 2
|
- Bangle 2
|
||||||
|
@ -26,9 +26,9 @@ 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 have installed the latest (released) firmware!**
|
||||||
How to see FW version? Within the AppLoader at "More..."-page: Device info; via the "about"-app or the "firmware"-widget.
|
To find your firmware version, check the `About` Bangle.js app or connect with [the App Loader](https://banglejs.com/apps/), click `More...` and look for a `Device Info` heading.
|
||||||
If the issue will occur in "Cutting Edge build" only, please mention this.
|
If the issue occurs only in "Cutting Edge" builds, please mention this.
|
||||||
|
|
||||||
FW Update instructions:
|
FW 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)**
|
||||||
|
@ -42,19 +42,19 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: The bug
|
label: The bug
|
||||||
description: |
|
description: |
|
||||||
## Please also mention the expected behaviour and steps to reproduce
|
**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. Do you have other apps/widgets installed that are relevant?
|
||||||
2. choose abc
|
2. Start app xy
|
||||||
3. bug occurs
|
3. Perform some action
|
||||||
|
4. bug occurs
|
||||||
|
|
||||||
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