From def44e6f88fcec0d4bb6586feef3acd96050e9d2 Mon Sep 17 00:00:00 2001 From: jtpavlock Date: Sun, 28 Jun 2020 17:36:40 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 49982230b..9abf2cdbd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ Fixes #(insert issue number here if applicable) -## TODO: +## 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)