diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 88a8d5807..85b471448 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,7 @@ also more difficult to evaluate for edge cases. @@ -29,3 +29,21 @@ mention the rationale here. ## How to Verify + + +--- + +## PR Completion Checklist + +- [ ] Reviewed & followed the [Contributor Guidelines](https://python-semantic-release.readthedocs.io/en/latest/contributing.html) + +- [ ] Changes Implemented & Validation pipeline succeeds + +- [ ] Commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard + and are separated into the proper commit type and scope (recommended order: test, build, feat/fix, docs) + +- [ ] Appropriate Unit tests added/updated + +- [ ] Appropriate End-to-End tests added/updated + +- [ ] Appropriate Documentation added/updated and syntax validated for sphinx build (see Contributor Guidelines)