diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 63ef8db3d9..9bacbcede3 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -20,8 +20,8 @@ -* [ ] Prefixed the title of this PR with `[WIP]` if it is a work in progress. -* [ ] Prefixed the title of this PR with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`. -* [ ] Added tests to cover my changes, or decided that tests would be too impractical. -* [ ] Updated documentation, or decided that no doc change is needed. -* [ ] Added new entries to the relevant CHANGELOG.jsons. +* [ ] Prefix PR title with `[WIP]` if necessary. +* [ ] Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`. +* [ ] Add tests to cover changes as needed. +* [ ] Update documentation as needed. +* [ ] Add new entries to the relevant CHANGELOG.jsons.