diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e6444c0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +## References to issues or other PRs + + + +## Describe the proposed changes + + +## Additional information + + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code +- [ ] The code conforms to the style used in this package +- [ ] The code is fully documented and typed (type-checked with Mypy) +- [ ] I have added thorough tests for the new/changed functionality