From 921f453d49cb31c01c3e0906628acaa68742f440 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 17 Sep 2022 00:08:28 +0300 Subject: [PATCH] Update -bug-report.yml --- .github/ISSUE_TEMPLATE/-bug-report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/-bug-report.yml b/.github/ISSUE_TEMPLATE/-bug-report.yml index ac445d94..b1dacc13 100644 --- a/.github/ISSUE_TEMPLATE/-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/-bug-report.yml @@ -3,9 +3,13 @@ description: Report an error in this repository labels: ['🐞 bug'] body: + - type: markdown + attributes: + value: | + Please describe your idea in as much detail as possible so that we can efficiently process your request + - type: textarea attributes: label: Description - description: Please describe the error in as much detail as possible so that we can fix it quickly. validations: required: true