From cf9eb6bdd98fd1233bca2291d7f1b4c467ff177f Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:26:48 +0800 Subject: [PATCH] Create BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 53 +++++++++++++++++++++++++++ 1 file changed, 53 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..50f1623 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -0,0 +1,53 @@ +name: Bug Report +description: Report a bug +title: "[BUG]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: dropdown + id: mod-loader + attributes: + label: "Which Mod Loader are You Using?" + options: + - Quilt + - Fabric + - Forge + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: What Happened? + description: Inform us the behavior of the bug. + validations: + required: true + - type: textarea + id: what-should-happen + attributes: + label: What Should Happen? + description: Inform us the behavior you expected. + - type: textarea + id: reproduce + attributes: + label: Steps to Reproduce + description: Tell us how to reproduce the bug. + placeholder: | + E.g., + 1. Nevigate to ... + 2. Click on ... + 3. You will see ... + ... + validations: + required: true + - type: input + id: crash-log + attributes: + label: Crash Log + description: If crashed, please use a pastebin service(e.g., [`Ubuntu Pastebin`](https://paste.ubuntu.com)) to hold your log and paste the link below. + - type: textarea + id: anything-else + attributes: + label: Anything Else?