From 6d87fd9e89a19fa71b4d5a2e7a1cf0f2277b3321 Mon Sep 17 00:00:00 2001 From: "Mertcan D." <54983926+mertcandav@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:52:21 +0300 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 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 0000000..42f7ebe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,33 @@ +name: "Bug report" +description: "Create a report to help us improve" +title: "[BUG] " +labels: [bug] +body: + - type: textarea + id: description + attributes: + label: Description + description: Provide a general summary of the bug you found + validations: + required: true + - type: textarea + id: expectedbhv + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: currentbhv + attributes: + label: Current behavior + description: Tell us what happens instead + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this bug? + validations: + required: true