diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 42cd8169b..c3fc7766a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,19 @@ Fixes #X. ## To Do -- [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) -- [ ] Changelog. (Add an entry to `docs/changelog.rst` near the top of the document.) -- [ ] Tests. (Encouraged but not strictly required.) + + +- [ ] Documentation. (If you've added a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) +- [ ] Changelog. (Add an entry to `docs/changelog.rst` to the bottom of one of the lists near the top of the document.) +- [ ] Tests. (Very much encouraged but not strictly required.)