From b054ed9ffebea7ec8d13c4661525c0896819f7a3 Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:18:54 +0100 Subject: [PATCH] bug report with hw,fw and textarea (4) --- .../bangle-bug-report-custom-form.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml index a7be5d375..bf9c1d610 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -26,19 +26,20 @@ body: attributes: label: Your firmware version description: | - Please use the latest released firmware and check if the bug still occurs. + * 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. - 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) placeholder: e.g. 2v11 validations: required: true - type: textarea id: report attributes: - label: Bug description - description: Please also mention the expected behaviour. + 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. @@ -46,11 +47,11 @@ body: **Expected behavior** A clear and concise description of what you expected to happen. - **Steps to reproduce + **Steps to reproduce** 1. Start app xy 2. choose abc 3. bug occurs - It could be helpfull for us to provide + It could be helpfull for us to provide the devopment folder in 'bangle apps' folder validations: required: true \ No newline at end of file