diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml index 2f899a031..e8e1f59c8 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -1,20 +1,20 @@ -name: Bangle bug report -description: "Bangle: Create a issue to help us improve!" -title: "Short description and provide the affected app/widget" +name: Bangle.js bug report +description: "Create a issue to help us improve!" +title: "[app/widget name] Short description of bug" labels: ["bug"] assignees: [] body: - type: markdown attributes: 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 id: hwversion attributes: label: Affected hardware version description: | - Which Bangle hardware version(s) is/are affected? - _Hint: You can select multiple entries._ + Which Bangle hardware version(s) is/are affected? _You can select multiple entries._ options: - Bangle 1 - Bangle 2 @@ -26,9 +26,9 @@ body: attributes: label: Your firmware version description: | - ## Please make sure you 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. - If the issue will occur in "Cutting Edge build" only, please mention this. + **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. FW Update instructions: **Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates)** @@ -42,19 +42,19 @@ body: attributes: label: The bug description: | - ## Please also mention the expected behaviour and steps to reproduce + **Please also mention the expected behaviour and steps to reproduce** placeholder: | - ###Describe the bug + ### Describe the bug 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. - ###Steps to reproduce - 1. Start app xy - 2. choose abc - 3. bug occurs + ### 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 - It could be helpfull for us to provide the devopment folder in 'bangle apps' folder validations: required: true