From 35b41f2eed4f7e64291ecaf2438c9bf1d577ab18 Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Mon, 17 Jan 2022 14:42:03 +0100 Subject: [PATCH] bug custom form fix --- .../bangle-bug-report-custom-form.yaml | 22 ++++++--- .github/ISSUE_TEMPLATE/bangle-bug-report.md | 46 ------------------- 2 files changed, 15 insertions(+), 53 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bangle-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml index 6993c1316..cc57df8ff 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -1,20 +1,28 @@ -name: Bangle Bug custom form -about: 'Bangle: Create a report to help us improve!' +name: Bangle Bug report +description: 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: '' +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 + - type: checkboxes + id: searched + attributes: + label: agree searched + description: + options: + label: I confirm that I have searched the forum and also for similiar bugs. + required: true + - type: checkboxes id: bangle attributes: - label: version - description: Bangle version? + label: hwversion + description: Which Bangle hw version is affected? options: - Bangle 1 - Bangle 2 diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report.md b/.github/ISSUE_TEMPLATE/bangle-bug-report.md deleted file mode 100644 index d333cfac8..000000000 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -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