From 5c46c34542365a7b1ca8da22b8ff2fe41f809e08 Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:37:36 -0400 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 37 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..a2e717d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Report problems/issues here +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected/is supposed to happen. + +**Software Information** + - Paper/Spigot/Bukkit (with build/release number) + - Minecraft version + - Link to server log (upload at https://mclo.gs/) + - Link to configuration log **(REMOVE YOUR API KEY!)** (upload at https://pastebin.com/) + +**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..1bf6be8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Make suggestions here +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the Suggestion** +Let me know what you would like me to add, remove, or change + +**Related Issues** +Mention any issues or problems (either on GitHub or not) that this suggestion is related too