From: Aki Tuomi Date: Sun, 12 Feb 2017 14:21:33 +0000 (+0200) Subject: Update PULL_REQUEST_TEMPLATE.md X-Git-Tag: rec-4.1.0-alpha1~280^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a30cd7ca81330edd83d07c86021c05e3f5c0f93c;p=thirdparty%2Fpdns.git Update PULL_REQUEST_TEMPLATE.md Clarify test change wording --- 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