1
0
Fork 0
BangleApps/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-fo...

57 lines
1.9 KiB
YAML

name: Bangle bug report
description: "Bangle: Create a issue to help us improve!"
title: "Short description and provide the affected app/widget"
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
- type: dropdown
id: hwversion
attributes:
label: Affected hardware version
description: |
Which Bangle hardware version(s) is/are affected?
Hint: You can select multiple entries.
options:
- Bangle 1
- Bangle 2
multiple: true
validations:
required: true
- type: input
id: fwversion
attributes:
label: Your firmware version
description: |
* Please make sure you installed the latest released firmware! *
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.
placeholder: e.g. 2v11
validations:
required: true
- type: textarea
id: report
attributes:
label: The bug
description: * Please also mention the expected behaviour and steps to reproduce *
placeholder: |
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Steps to reproduce**
1. Start app xy
2. choose abc
3. bug occurs
It could be helpfull for us to provide the devopment folder in 'bangle apps' folder
validations:
required: true