Skip to content

Commit 57977b8

Browse files
committed
Add two extra checks to the pull request template.
These should help catch common things missed in PRs that mean that e.g. documentation gets out of sync with reality. Signed-off-by: David Jackson <58445547+daj-code@users.noreply.github.com>
1 parent f8b72f2 commit 57977b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Anything you think will be useful for reviewers.
1515
These aren't hard requirements, just guidelines
1616

1717
- [ ] New/modified Rust code formatted with `cargo fmt`
18+
- [ ] Documentation and `README.md` updated for this change
19+
- [ ] `CHANGELOG.md` updated for this change
1820

0 commit comments

Comments
 (0)