diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b6ced17..07046f2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,26 +5,18 @@ ### Prerequisites checklist Please check each of the following before merging: -- [ ] I have updated any relevant documentation -- [ ] I have added unit tests for any new code -- [ ] I have linked to any relevant issues -- [ ] I will squash my commits and, where needed, edit the commit messages to make them more informative follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [ ] This pull request is ready to merge (leave unchecked to indicate a WIP) +- [ ] I will squash my commits and, where needed, edit the commit messages to make them more informative and follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) format +- [ ] I have updated relevant documentation +- [ ] I have linked to relevant issues +- [ ] I have created an ADR (Architecturural Decision Record) for architecturally significant changes ### What is the purpose of this pull request? Check all that apply: - [ ] Documentation update +- [ ] Refactor +- [ ] Improved test coverage - [ ] Bug fix -- [ ] New feature - [ ] Changes to an existing feature -- [ ] Refactor -- [ ] Increasing test coverage +- [ ] New feature - [ ] Other, please explain: - -### Is there anything you'd like reviewers to focus on? -- -- - -### Any other comments -- --