From 481be4e18e3813bc5e68c7c2e2eb329c33f55904 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 25 Aug 2023 07:56:47 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9503080..4b99d8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ **Please check if the PR fulfills these requirements** -- [ ] Followed the [Contributing](https://github.com/jaredwray/airhorn/blob/main/CONTRIBUTING.md) guidelines. -- [ ] Tests for the changes have been added (for bug fixes/features) with 100% code coverage. +- [ ] Followed the [Contributing](https://github.com/jaredwray/fumanchu/blob/main/CONTRIBUTING.md) guidelines. +- [ ] Tests for the changes have been added (for bug fixes/features) without decreasing code coverage. - [ ] Docs have been added / updated (for bug fixes / features) **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)