From 8773ec177d33b2f70d3d4a640fcc5915a39cbcec Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 20 Jun 2020 16:02:53 +0800 Subject: [PATCH] - Docs: Recommend adding docs --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 735fa1e4..4d75de46 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,3 +13,5 @@ to indicate how the fix or enhancement is expected to behave. - [ ] - Ran `npm test`, ensuring linting passes and that Cypress UI tests keep coverage to at least the same percent (reflected in the coverage badge that should be updated after the tests run) +- [ ] - Added any user documentation. Though not required, this can be a big + help both for future users and for the PR reviewer.