From 331315261414027265176b44d005a18596ad98f6 Mon Sep 17 00:00:00 2001 From: CoPokBl <59753822+CoPokBl@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:03:26 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0f1d9c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] Exception when running /h" +labels: bug +assignees: '' + +--- + +**Checklist (Complete these before creating an issue)** +- [ ] I am running the latest build of EsTools ([Download here](https://ci.serble.net/job/EsTools/lastStableBuild/) +- [ ] I checked that this issue has not already been reported + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Run the command /'...' +2. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. Just type `No error` if the bug is an exception. + +**Stacktraces** +If applicable, add any errors that occurred here. + +**Platform (please complete the following information):** + - Minecraft Version: [e.g. 1.20.6] + - Java Version: [e.g. 8] + - Vault Enabled: [e.g. Yes] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..0fe91c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEAT] Add /party command" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen.