From: Nikos Mavrogiannopoulos Date: Fri, 2 Feb 2018 10:09:22 +0000 (+0100) Subject: CONTRIBUTING.md: check the issue closing as part of review [ci skip] X-Git-Tag: gnutls_3_6_2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18f084cc2c83ffe529df6e30985e2040bb4790db;p=thirdparty%2Fgnutls.git CONTRIBUTING.md: check the issue closing as part of review [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8448c0412..f9fffeb060 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -288,6 +288,7 @@ The intention is to keep reviews lightweight, and rely on CI for tasks such as compiling and testing code and features. A proposed checklist to assist such reviews follows. + * [ ] Any issues marked for closing are addressed * [ ] There is a test suite reasonably covering new functionality or modifications * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md` * [ ] This feature/change has adequate documentation added