From a4d1c35efc2156596f54fc19c9bb4f0f5447a211 Mon Sep 17 00:00:00 2001 From: Dum4G Date: Sat, 11 Dec 2021 14:19:21 +0300 Subject: [PATCH] Update and rename -----bug-report.md to -----bug-report.yml --- .github/ISSUE_TEMPLATE/-----bug-report.md | 9 --------- .github/ISSUE_TEMPLATE/-----bug-report.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 9 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 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