From cc08ecf33c497472d2f6b21826c358691901a5be Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:50:41 +0100 Subject: [PATCH] testing custom bug form --- .../bangle-bug-report-custom-form.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.md diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.md b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.md new file mode 100644 index 000000000..d333cfac8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.md @@ -0,0 +1,46 @@ +--- +name: Bangle Bug report +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: '' +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