diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..8e2319dca8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +# Summary + +... + +## Testing Process + +... + +## Checklist + +- [ ] Review the contributing [guidelines](./../CONTRIBUTING.md) +- [ ] Add a reference to related issues in the PR description. +- [ ] Update documentation if applicable. +- [ ] Add unit tests if applicable. +- [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable.