diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..0a20cbff5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + +- [ ] If this is a bugfix, I have provided code that clearly demonstrates the problem and that works when used with this PR +- [ ] I have added a test to the test suite, if necessary +- [ ] I have properly documented new or changed features in the documention, or the docstrings +- [ ] I have properly documented unusual changes to the code in the comments around it +- [ ] I have made note of any breaking/backwards incompatible changes