diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94160fc61..4cc846a65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,3 +10,4 @@ - [ ] My name is on the list of contributors (`CONTRIBUTORS.md`) in the pull request source branch. - [ ] I have updated the documentation to reflect my changes. +- [ ] My code changes have been verified by automated tests and pass all relevant test scenarios.