From 4aef55875b2473064c1bc48c845a3498f8a41f0b Mon Sep 17 00:00:00 2001 From: Legit4K <44619264+Legit4K@users.noreply.github.com> Date: Tue, 24 Aug 2021 14:21:14 +0100 Subject: [PATCH] Create Bug Report Form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..a54bd78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,58 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [Bug] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Describe the bug. + placeholder: Tell us what went wrong! + validations: + required: true + - type: input + id: plugin-version + attributes: + label: Plugin Version + description: Run the `/terminatorplus` command on your server. + placeholder: 3.0-BETA + validations: + required: true + - type: input + id: server-version + attributes: + label: Server Version + description: What software version is your server running? + placeholder: Spigot 1.16.5 + validations: + required: true + - type: textarea + id: log + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + validations: + required: false + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any other useful information regarding your issue + placeholder: This only happens if and when... + validations: + required: false + - type: checkboxes + id: conditions + attributes: + label: Checklist + description: By submitting this issue, you have checked the following: + options: + - label: My issue does not match any existing issues on this repo + required: true