From 0d17e05edc6ac0c8772f8cd86b393e286bb5c817 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 9 Apr 2019 11:13:35 -0400 Subject: [PATCH] chore(docs): update PR wording --- .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 1345ef2d86..93fa3f4b4b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) +- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) - [ ] Build (`npm run build`) was run locally and any changes were pushed - [ ] Lint (`npm run lint`) has passed locally and any fixes were made for failures