From 95148204d4d4302a0ba3f30e3cdb020a01815e62 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Feb 2024 13:23:22 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6cc42eb8..4331737b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,4 +4,4 @@ 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% +- [ ] I have read and followed the [Contributing Guidelines](https://github.com/hodgef/simple-keyboard/blob/master/CONTRIBUTING.md).