Slight formatting/wording improvements

This commit is contained in:
Adrian Sampson 2020-06-29 09:08:25 -04:00
parent def44e6f88
commit 6411a58c80

View file

@ -1,9 +1,11 @@
## Description
Fixes #X. <!-- Insert issue number here if applicable. -->
(...)
Fixes #(insert issue number here if applicable)
## To Do
## TODO
- [ ] docs - If you've added a new command flag, for example, find the appropriate page under docs/ where it needs to be listed
- [ ] Add a changelog entry to docs/changelog.rst near the top of the document.
- [ ] Add tests (suggested, but not a hard requirement)
- [ ] 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.)