From 83fb9df63d49eb168651478da889ee2ef4ae3774 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Fri, 10 Aug 2018 00:34:31 -0700 Subject: a to-do list should be in the imperative mood --- PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PULL_REQUEST_TEMPLATE.md') diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 63ef8db3d..9bacbcede 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -20,8 +20,8 @@ -* [ ] Prefixed the title of this PR with `[WIP]` if it is a work in progress. -* [ ] Prefixed the title of this PR 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. -* [ ] Updated documentation, or decided that no doc change is needed. -* [ ] Added new entries to the relevant CHANGELOG.jsons. +* [ ] Prefix PR title with `[WIP]` if necessary. +* [ ] Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`. +* [ ] Add tests to cover changes as needed. +* [ ] Update documentation as needed. +* [ ] Add new entries to the relevant CHANGELOG.jsons. -- cgit