From 04d2e67cb4a5bd87b637529d2e519a265aee7ebb Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 26 Jun 2021 23:39:01 +0100 Subject: [PATCH] Swap to forms --- .github/ISSUE_TEMPLATE/bug_report.md | 21 -------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 28 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0c515f8..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us improve or fix a problem. -title: "[Bug] " -labels: bug -assignees: '' - ---- - - - - - - -## Describe the Bug - - - -## Additional Context - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..fdb9133 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,28 @@ +name: Bug Report +description: Create a report to help us improve or fix a problem. +title: "[Bug] " +labels: [bug] +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + Please provide a general summary of the bug in the title above. + +- type: textarea + attributes: + label: Describe the Bug + description: A clear and concise description of what the bug is. + validations: + required: true + +- type: textarea + attributes: + label: Additional Context? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false