]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
CONTRIBUTING.md: Fix file name in reviewer checklist
authorClemens Lang <cllang@redhat.com>
Wed, 18 Oct 2023 08:50:08 +0000 (10:50 +0200)
committerClemens Lang <cllang@redhat.com>
Wed, 18 Oct 2023 10:53:39 +0000 (12:53 +0200)
The coding guidelines are in CONTRIBUTING.md, not CONTRIBUTION.md (which
does not exist).

Signed-off-by: Clemens Lang <cllang@redhat.com>
CONTRIBUTING.md

index d80580614f615ee39ce68f8695a4b286ad65f55b..b33039d3913ef2a73df0ec57128b496187bf3dab 100644 (file)
@@ -450,7 +450,7 @@ 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`
+ * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTING.md`
  * [ ] This feature/change has adequate documentation added
  * [ ] No obvious mistakes in the code