diff options
| -rw-r--r-- | .github/pull_request_template.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cd63ce70 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Description +Please describe your pull request. Thank you for contributing! You're the best. + +### Your checklist for this pull request +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> +- [ ] I have reviewed the [guidelines for contributing](../blob/master/CONTRIBUTING.md) to this repository. +- [ ] I have added (or updated) appropriate tests if this PR fixes a bug or adds a feature. +- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the title of the PR. +- [ ] If this closes any issues, I have added "Closes `#issue`" to the PR description or my commit messages. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. +- [ ] I added an entry to the [changelog](../blob/master/CHANGELOG.md).
\ No newline at end of file |
