diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..5064ba86 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +# Description + + + + + + + + + + + + +## Changelog entry + + + +## Checks + +- [ ] Is your code passing linting? +- [ ] Is your code passing tests? +- [ ] Have you added additional tests (if required)? +- [ ] Have you modified/extended the documentation (if required)? +- [ ] Have you added a one-liner changelog entry above (if required)?