2022-01-24 23:10:00 +00:00
|
|
|
name: Bangle bug report
|
2022-01-24 22:54:56 +00:00
|
|
|
description: "Bangle: Create a issue to help us improve!"
|
2022-01-24 23:10:00 +00:00
|
|
|
title: "Short description and provide the affected app/widget"
|
2022-01-17 13:42:03 +00:00
|
|
|
labels: ["bug"]
|
|
|
|
assignees: []
|
2022-01-17 12:50:41 +00:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2022-01-24 23:10:00 +00:00
|
|
|
### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
2022-01-24 22:54:56 +00:00
|
|
|
- type: dropdown
|
|
|
|
id: hwversion
|
|
|
|
attributes:
|
|
|
|
label: Affected hardware version
|
|
|
|
description: |
|
|
|
|
Which Bangle hardware version(s) is/are affected?
|
2022-01-24 23:10:00 +00:00
|
|
|
Hint: You can select multiple entries.
|
2022-01-17 13:54:54 +00:00
|
|
|
options:
|
2022-01-24 23:10:00 +00:00
|
|
|
- Bangle 1
|
|
|
|
- Bangle 2
|
2022-01-24 22:54:56 +00:00
|
|
|
multiple: true
|
2022-01-24 23:10:00 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-01-24 23:00:32 +00:00
|
|
|
- type: input
|
2022-01-24 22:54:56 +00:00
|
|
|
id: fwversion
|
|
|
|
attributes:
|
|
|
|
label: Your firmware version
|
|
|
|
description: |
|
2022-01-24 23:18:54 +00:00
|
|
|
* Please make sure you installed the latest released firmware! *
|
2022-01-24 22:54:56 +00:00
|
|
|
If it occurs only in "Cutting Edge build" please mention this.
|
2022-01-24 23:18:54 +00:00
|
|
|
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) *
|
2022-01-24 23:10:00 +00:00
|
|
|
Hint: The links will open inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead.
|
2022-01-24 22:54:56 +00:00
|
|
|
placeholder: e.g. 2v11
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-01-17 12:50:41 +00:00
|
|
|
- type: textarea
|
|
|
|
id: report
|
|
|
|
attributes:
|
2022-01-24 23:18:54 +00:00
|
|
|
label: The bug
|
2022-01-24 23:19:29 +00:00
|
|
|
description: * Please also mention the expected behaviour and steps to reproduce *
|
2022-01-17 12:50:41 +00:00
|
|
|
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.
|
2022-01-24 22:54:56 +00:00
|
|
|
|
2022-01-24 23:18:54 +00:00
|
|
|
**Steps to reproduce**
|
2022-01-24 22:54:56 +00:00
|
|
|
1. Start app xy
|
2022-01-17 17:50:48 +00:00
|
|
|
2. choose abc
|
|
|
|
3. bug occurs
|
|
|
|
|
2022-01-24 23:18:54 +00:00
|
|
|
It could be helpfull for us to provide the devopment folder in 'bangle apps' folder
|
2022-01-24 22:54:56 +00:00
|
|
|
validations:
|
|
|
|
required: true
|