diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..611d6d3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ + + +- [ ] Closes #xxxx +- [ ] Tests added +- [ ] Tests passing +- [ ] Full type hint coverage +- [ ] Changes are documented in `docs/releases.rst` +- [ ] New functions/methods are listed in `api.rst` +- [ ] New functionality has documentation