Updating github templates

This commit is contained in:
Francisco Hodge 2018-11-15 12:18:24 -05:00
parent 2d8799367a
commit d33d557f08

8
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,8 @@
## Description
A few sentences describing the overall goals of the pull request's commits.
## Checks
- [ ] Tests ( `npm run test -- --coverage` ) Coverage at `./coverage/lcov-report/index.html` should be 100%
- [ ] Documentation ( `npm run docs` ) Coverage at `./docs/source.html` should be 100%