From 56acba3a72421618c25957dff546a48320a106ff Mon Sep 17 00:00:00 2001 From: Ategon Date: Sun, 25 Feb 2024 23:06:40 +0000 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/BUG_REPORT.yaml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yaml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml index 8b9038d..9efe79b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml @@ -1,6 +1,7 @@ name: Bug Report -about: File a bug report +description: 🐞 File a bug report title: "[Bug]: " +labels: ["Kind/🍊 Bug"] body: - type: markdown attributes: @@ -10,8 +11,18 @@ body: id: what-happened attributes: label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "A bug happened!" + description: Explain the bug and give images if possible + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to Reproduce + description: Walk us through all the steps on how to reproduce your issue + value: | + 1. + 2. + 3. + 4. validations: required: true \ No newline at end of file