diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..29eece37 --- /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: '' +labels: Bug Report +assignees: '' + +--- + +***Description of issue:** + +--- + +**ERROR (DELETE IF YOU HAVE NO ERROR):** +``` +#################### +## PASTE ERROR HERE ## +#################### +``` + +**CONFIG SECTION (DELETE IF NOT RELEVANT):** +``` +##################################### +## PASTE RELEVANT CONFIG SECTION HERE ## +##################################### +``` + +--- + +**Server Type (Spigot/Paperspigot/etc):** + +**Server Version (using `/ver`):** + +**Relevant plugins (Delete if this isn't needed):** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..4576b359 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: New Feature Suggestion +assignees: '' + +--- + +**Description of new idea or improvement on existing one** + + + +**Detailed information what should do what and when**