From 4d87c246c3f6a73adde9c6aa4a2420d65a7d708d Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Fri, 4 Feb 2022 01:08:06 +0100 Subject: [PATCH] github issue template 0v01 --- .../bangle-bug-report-custom-form.yaml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml new file mode 100644 index 000000000..51a896546 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -0,0 +1,60 @@ +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: | + # Attention: 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! + 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. + + 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 inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead._ + placeholder: e.g. 2v12 + 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 \ No newline at end of file