From a30cd7ca81330edd83d07c86021c05e3f5c0f93c Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 12 Feb 2017 16:21:33 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Clarify test change wording --- .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 543edba90c..306c642b4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,6 @@ I have: - [ ] compiled and tested this code - [ ] included documentation (including possible behaviour changes) - [ ] documented the code -- [ ] added regression tests -- [ ] added unit tests +- [ ] added or modified regression test(s) +- [ ] added or modified unit test(s) - [ ] checked that this code was merged to master -- 2.47.2