From a26f2d726d5fe9844d11ee91e3f057b80c8a5f8d Mon Sep 17 00:00:00 2001 From: Lewis Milburn <63267144+lewmilburn@users.noreply.github.com> Date: Sun, 19 May 2024 10:21:39 +0100 Subject: [PATCH] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ----------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 32 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9e9300a..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Server information (please complete the following information):** - - Minecraft Version: [e.g. 1.20.6] - - Server Implementation: [e.g. Bukkit, Spigot, Paper, etc.] - - Kryptonite Version: [e.g. 1.0.0] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..c967841 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,32 @@ +--- +name: Bug report +description: Create a report to help us improve our software. +title: Bug report +labels: bug +assignees: "LewMilburn" +body: +- type: textarea + attributes: + label: "Please describe the bug" + description: "Please provide a clear and concise description of what the bug is." +- type: textarea + attributes: + label: "Steps to reproduce the behavior" + description: "What steps can we take to make the same bug or issue happen in our testing environment? What did you do before the issue happened?" +- type: textarea + attributes: + label: "Expected behavior" + description: "What did you expect to happen instead of the issue you're reporting?" +- type: textarea + attributes: + label: "Server information:" + value: "Minecraft Version: [e.g. 1.20.4] - Server Implementation: [e.g. Bukkit, Spigot, Paper, etc.] - Kryptonite Version: [e.g. 1.1.0]" +- type: textarea + attributes: + label: "Please enter a link to your logs" + description: "Links to logs are extremely helpful. We recommend using https://mclo.gs/" +- type: textarea + attributes: + label: "Anything else?" + description: "Please enter any additional information here:" +---