diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2eb1c886..a9e7f004 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -37,9 +37,11 @@ If you want a specific reviewer for this PR, tag them here. ### Reviewer Checklist - - [ ] Code implements Specs and Designs - - [ ] Tests for Expected Behaviour - - [ ] Tests for Errors + - [ ] Will the PR name make sense to users? + - [ ] Does it need extra CHANGELOG info? (new features, breaking changes, large changes) + - [ ] Are the PR labels correct? + - [ ] Does the code do what the ticket and PR says? + - [ ] How do you know it works? Does it have tests? ## Follow Up Work