From d4dfcf77ff23c757fa57b786c02f7f6fcdfbf8f0 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 5 Mar 2018 01:11:08 +0000 Subject: [PATCH] Issue and Pull Request templates --- .github/ISSUE_TEMPLATE.md | 12 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 21 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 00000000..e7137ced --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +**Please describe the problem you are having in as much detail as possible**: + + +**Further details**: + +- Xiao version: +- Priority this issue should have – please be realistic and elaborate if possible: + +- [ ] I found this issue while self-hosting the bot. + - Node.js version: + - Commit hash: + - Operating system: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..8fe4ff73 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +**Please describe the changes this PR makes and why it should be merged**: + + +**Semantic versioning classification:** +- This PR changes the bot's code in some way + - [ ] SEMVER patch (bug fix) + - [ ] SEMVER minor (commands or args added) + - [ ] SEMVER major (commands removed or renamed, args moved or removed) +- [ ] This PR **only** includes non-code changes, like changes to the README.