From 61e9ac763543b400e9e3be8e3f9b237874dedbbc Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 16 Jun 2018 17:13:40 +0200 Subject: [PATCH] Migrate to using multiple issue templates. The existing issue template tries to cover everything, and as a result it is a bit overwhelming. Using multiple issue templates trims the noise when you know what kind of issue you're submitting. --- .github/ISSUE_TEMPLATE.md | 92 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 23 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 29 +++++++ 4 files changed, 91 insertions(+), 92 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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** +