diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..7199493d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,25 @@ + + +## Description + + + + + + + + +## Breaking changes + + + +## Documentation updates + + + + +## Checklist: + +- [ ] I have added tests for my changes. +- [ ] I have updated the documentation (README, etc.) to reflect the changes. +- [ ] I have read and followed the CONTRIBUTE.md guidelines.