diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b838bb2eb..3ea00f6fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,8 @@ Contributors guide: ./CONTRIBUTING.md ## Checklist - [ ] Keep pull requests small so they can be easily reviewed. @@ -16,7 +17,9 @@ Remove items that do not apply. For completed items, change [ ] to [x]. - [ ] Categorize the PR by setting a good title and adding one of the labels: `bug`, `feature`, `ui`, `change`, `documentation`, `breaking`, `ci` as they show up in the changelog -- [ ] Link this PR to related issues. +- [ ] Link this PR to related issues by using + [closing keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). +- [ ] Request a review from another developer.