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.