From ecdf161a7182774402072b50ed97631d1e686a18 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:11:19 +0300 Subject: [PATCH] Create --bug-report.yml --- .github/ISSUE_TEMPLATE/--bug-report.yml | 11 +++++++++++ 1 file changed, 11 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 00000000..446fc8ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug-report.yml @@ -0,0 +1,11 @@ +name: 🐞 Bug Report +description: File a bug report +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