diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..ff45a09c3c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + + +## Checklist + + + +- Testing: + - [ ] The feature has automated tests + - [ ] Tests were run + - If not, explain how you tested your changes + +- Documentation: + - [ ] The feature is documented + - [ ] The documentation is up to date + - Release notes: + - [ ] Added an entry if the change is breaking or significant + - [ ] Added an entry when adding a new feature