diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6cc5a1f3ee..6f382de37d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,9 @@ ## Change checklist -- [ ] Self-review. -- [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. -- [ ] Tests if relevant. -- [ ] All breaking changes documented. +Please make sure to consider all of these: + +- Self-review. +- Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text). +- Tests. +- Document breaking changes.