diff --git a/.github/ISSUE_TEMPLATE/-----bug-report.md b/.github/ISSUE_TEMPLATE/-----bug-report.md deleted file mode 100644 index cb7b32fcd0..0000000000 --- a/.github/ISSUE_TEMPLATE/-----bug-report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: '🐞 Bug Report' -about: Report an error in this repository -title: 'Fix: xxx' -labels: bug -assignees: '' ---- - - diff --git a/.github/ISSUE_TEMPLATE/-----bug-report.yml b/.github/ISSUE_TEMPLATE/-----bug-report.yml new file mode 100644 index 0000000000..103cf757c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----bug-report.yml @@ -0,0 +1,19 @@ +name: 🐞 Bug Report +description: Report an error in this repository +title: "Fix: " +labels: [ "bug" ] +assignees: + - freearhey + +body: + - type: markdown + attributes: + value: | + Please describe the error in as much detail as possible so that we can fix it quickly + + - type: textarea + id: bug + attributes: + label: Describe your issue + validations: + required: true