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