summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-02 11:09:22 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-02 11:09:26 +0100
commit18f084cc2c83ffe529df6e30985e2040bb4790db (patch)
treea2b77027c98ccfc60c93604726b2707e9af1c8bc /CONTRIBUTING.md
parent14e491f0d80bd4195b1bfe9f51a285d4eb0b62d1 (diff)
downloadgnutls-18f084cc2c83ffe529df6e30985e2040bb4790db.tar.gz
CONTRIBUTING.md: check the issue closing as part of review [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
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