From c3cd24484ee6d8b9348afd2fc966d15f2026d9ff Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:43:16 +0100 Subject: [PATCH] test bug template as form --- .github/ISSUE_TEMPLATE/bangle-bug-report.md | 62 +++++++++++++-------- 1 file changed, 40 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report.md b/.github/ISSUE_TEMPLATE/bangle-bug-report.md index 5d84c7d83..d333cfac8 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report.md @@ -1,28 +1,46 @@ --- name: Bangle Bug report -about: 'Bangle: Create a report to help us improve' +about: 'Bangle: Create a report to help us improve!' title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock] title" labels: bug assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. +body: + - type: markdown + attributes: + value: | + ### If you have a question then + ### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! ** + - type: dropdown + id: bangle + attributes: + label: version + description: Bangle version? + options: + - Bangle 1 + - Bangle 2 + - type: textarea + id: report + attributes: + label: Bug description + description: and please mention expected behaviour + 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. + - type: textarea + id: log_screens + attributes: + label: Log file or log outp or screenshots + placeholder: | + logfile, logoutout or screen + - type: textarea + id: addional + attributes: + label: Additional context + description: for further helpfull information + placeholder: | + for further helpfull information +--- \ No newline at end of file