diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..23685ca7 --- /dev/null +++ b/.github/pull_request_template.md @@ -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% \ No newline at end of file