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

60 lines
2.1 KiB
YAML
Raw Normal View History

2022-02-04 08:19:02 +00:00
name: Bangle.js bug report
description: "Create a issue to help us improve!"
title: "[app/widget name] Short description of bug"
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-02-04 08:21:08 +00:00
**:fire: Attention: If you have a question then please ask on the [Bangle.js forum](http://forum.espruino.com/microcosms/1424/) :fire:**
2022-01-24 22:54:56 +00:00
- type: dropdown
id: hwversion
attributes:
label: Affected hardware version
description: |
2022-02-04 08:19:02 +00:00
Which Bangle hardware version(s) is/are affected? _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-02-04 08:19:02 +00:00
**Please make sure you have installed the latest (released) firmware!**
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 occurs only in "Cutting Edge" builds, please mention this.
2022-02-03 23:45:40 +00:00
2022-02-04 08:21:08 +00:00
**FW 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 in-place (hold ctrl/cmd-key and click to open in a new tab instead)_
2022-02-03 23:52:22 +00:00
placeholder: e.g. 2v12
2022-01-24 22:54:56 +00:00
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:24:25 +00:00
description: |
2022-02-04 08:19:02 +00:00
**Please also mention the expected behaviour and steps to reproduce**
2022-01-17 12:50:41 +00:00
placeholder: |
2022-02-04 08:19:02 +00:00
### Describe the bug
2022-01-17 12:50:41 +00:00
A clear and concise description of what the bug is.
2022-02-04 08:19:02 +00:00
### Expected behavior
2022-01-17 12:50:41 +00:00
A clear and concise description of what you expected to happen.
2022-01-24 22:54:56 +00:00
2022-02-04 08:19:02 +00:00
### Steps to reproduce
1. Do you have other apps/widgets installed that are relevant?
2. Start app xy
3. Perform some action
4. bug occurs
2022-01-17 17:50:48 +00:00
2022-01-24 22:54:56 +00:00
validations:
2022-02-04 00:09:26 +00:00
required: true