diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..447942ee --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +### Motivation + + +### Change description + + +### Additional Notes + + +### Reviewer checklist + +* [ ] PR address a single concern. +* [ ] PR title and description are properly filled. +* [ ] Changes will be merged in `main`. +* [ ] Changes are covered by tests. +* [ ] Logging is meaningful in case of troubleshooting. +* [ ] History is clean, commit messages are meaningful (see `CONTRIBUTING.md`) and are well formatted.