- Docs: Recommend adding docs

This commit is contained in:
Brett Zamir
2020-06-20 16:02:53 +08:00
parent 40c3bb4a26
commit 8773ec177d

View File

@@ -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 - [ ] - Ran `npm test`, ensuring linting passes and that Cypress UI tests keep
coverage to at least the same percent (reflected in the coverage badge coverage to at least the same percent (reflected in the coverage badge
that should be updated after the tests run) 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.