From e6c43e1c676b01fa458151cc1e611cf4c84b57d6 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 22 Mar 2024 14:07:51 +0100 Subject: [PATCH] add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 31 +++++++++++++++++++++++++++ 1 file changed, 31 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..98212ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,31 @@ +name: "Bug report" +description: "Report an issue with existing plugin implementation" +title: "[BUG]: " +labels: ["bug"] +body: + - type: "dropdown" + id: "implementation" + attributes: + label: "Plugin name" + multiple: false + options: + - "GriefPrevention" + - "WorldGuard" + - "LWCX" + validations: + required: true + - type: "textarea" + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what's wrong + validations: + required: true + - type: "checkboxes" + id: "sanity_checks" + attributes: + label: "Sanity checks" + options: + - label: "I made sure there isn't an open issue about this already" + required: true