]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
CONTRIBUTING.md: mellow down bugs/regressions section
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 28 Jan 2026 19:16:21 +0000 (19:16 +0000)
committerLucas De Marchi <demarchi@kernel.org>
Tue, 3 Feb 2026 04:59:06 +0000 (22:59 -0600)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <demarchi@kernel.org>
Link: https://github.com/kmod-project/kmod/pull/pull/417
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
CONTRIBUTING.md

index 62d17fd8e98c8a5b3210825c8ec7aab88aeb2f90..7667055d146d5df5e4c66e11788bbdde47333e74 100644 (file)
@@ -107,8 +107,8 @@ merging the patch.
 
 ### Bugfixes, regressions
 
-Nobody is perfect and regressions happen from time to time. Whenever a commit
-addresses a regression caused by another commit, use `Fixes:` as below:
+Nothing is perfect - bugs and regressions happen from time to time. Whenever a
+commit addresses an issue caused by another commit, use `Fixes:` as below:
 
     Fixes: 38943b2 ("shared: use size_t for strbuf")