diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e9e053ce6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Things to do before merging + - [ ] Review the code changes for + - Missing docstrings + - Unused print / comments / TODOs + - [ ] Update `changelog.md` if necessary