From 00232c4c7130d5fcf367f1eb158e4ada2458b0de Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:47:21 +0300 Subject: [PATCH] Create --bug-report.yml --- .github/ISSUE_TEMPLATE/--bug-report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yml b/.github/ISSUE_TEMPLATE/--bug-report.yml new file mode 100644 index 000000000..0fc98b242 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug-report.yml @@ -0,0 +1,12 @@ +name: 🐞 Bug Report +description: Report an error in this repository +title: 'Fix: ' +labels: ['🐞 bug'] + +body: + - type: textarea + attributes: + label: Describe your issue + description: Please describe the error in as much detail as possible so that we can fix it quickly. + validations: + required: true \ No newline at end of file