From: Emil Velikov Date: Wed, 28 Jan 2026 19:16:21 +0000 (+0000) Subject: CONTRIBUTING.md: mellow down bugs/regressions section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df03074997e5e363d111384ddb8186fd2e7190e7;p=thirdparty%2Fkmod.git CONTRIBUTING.md: mellow down bugs/regressions section Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/pull/417 Signed-off-by: Lucas De Marchi --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62d17fd8..7667055d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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")