From d33d557f0804fc9d27a7e77f0b177dda9445b883 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Thu, 15 Nov 2018 12:18:24 -0500 Subject: [PATCH] Updating github templates --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md 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