a to-do list should be in the imperative mood

This commit is contained in:
F. Eugene Aumson 2018-08-10 00:34:31 -07:00 committed by GitHub
parent 083319786f
commit 83fb9df63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@
<!--- The following points should be used to indicate the progress of your PR. Put an `x` in all the boxes that apply right now, and come back over time and check them off as you make progress. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!--- The following points should be used to indicate the progress of your PR. Put an `x` in all the boxes that apply right now, and come back over time and check them off as you make progress. If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
* [ ] Prefixed the title of this PR with `[WIP]` if it is a work in progress. * [ ] Prefix PR title with `[WIP]` if necessary.
* [ ] Prefixed the title of this PR with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`. * [ ] Prefix PR title 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. * [ ] Add tests to cover changes as needed.
* [ ] Updated documentation, or decided that no doc change is needed. * [ ] Update documentation as needed.
* [ ] Added new entries to the relevant CHANGELOG.jsons. * [ ] Add new entries to the relevant CHANGELOG.jsons.