From 36d6c7f6d7fef81f4aa9033ca6d562b8ee9808cc Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Fri, 17 Nov 2017 15:07:31 -0500 Subject: [PATCH] Add issue, pull request templates --- .github/ISSUE_TEMPLATE.md | 89 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 54 +++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3aadbe9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,89 @@ + + +# Summary + + + +* This issue is a… + * [ ] Bug report + * [ ] Feature 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 + * [ ] 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/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3101602 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,54 @@ + + +# Summary + + + +* This is a… + * [ ] Bug fix + * [ ] Feature addition + * [ ] Refactoring + * [ ] Minor / simple change (like a typo) + * [ ] Other +* **Describe this change in 1-2 sentences**: + + +# Problem + + + +* GitHub issue (_optional_): + + +# Solution + + + + +# Action + + +