From c6211482ecc85889b3b63a767c0b8575be47a83d Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sun, 25 Feb 2018 20:46:38 -0500 Subject: [PATCH] Make tests checkbox more concise --- .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 fc0c2284..12f41fc8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,7 +34,7 @@ Describe what code combination got you there ## Submitter -- [ ] Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality); or, +- [ ] Test(s) exist to ensure functionality and minimize regresstion (if no tests added, list tests covering this PR); or, - [ ] no tests required for this PR. ## Reviewer