diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index dae4712..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,92 +0,0 @@ - - -# Summary - - - -* This issue is a… - * [ ] Bug report - * [ ] Feature request - * [ ] Documentation request - * [ ] Other issue - * [ ] Question -* **Describe the issue / feature in 1-2 sentences**: - - -# Background - - - -### Bug report - -* **MobArena version**: -* **Server version**: -* **Plugins**: - -### Feature request - -* **Feature type**: - * [ ] Arena configuration - * [ ] Classes - * [ ] Documentation - * [ ] Economy integration - * [ ] Leaderboards - * [ ] New config settings - * [ ] Other (please explain) - * [ ] Rewards - * [ ] Third-party plugin support - -**What does it do?**: - -**Does it need new or changed commands? What are they?**: - -**Does this feature affect other parts of MobArena?**: - - -# Details - - - -* **Stacktrace** (if applicable): - - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..147cd08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Let us know if you found a bug or encountered an error. +--- + +# Bug report + + +**Short description** + + +When I join the arena, X doesn't work. + + +**Reproduction steps** + + +1. Join an arena with /ma join +2. Hit a sign to pick a class +3. Error appears in console + + +**Details** + + +* **MobArena version**: 0.1.2 +* **Server version**: Spigot 3.4.5 +* **Stacktrace** (if applicable): https://pastebin.com/gB5qbcnr + + +**Additional info** + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..75b22a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,23 @@ +--- +name: Documentation +about: Help us improve the documentation. +--- + +# Documentation + + +**Description** + + +The documentation for X is confusing, making Y difficult. + + +**Additional info** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..101b9bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature request +about: Suggest a new feature or an improvement for an existing one. +--- + +# Feature request + + +**Short description** + + +We should have a way to do X with Y. + + +**Implementation details** + + +A per-arena setting could make Z configurable. + + +**Additional info** +