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.