]> git.kaiwu.me - nginx.git/commitdiff
Update CONTRIBUTING.md
authorAndrew Clayton <a.clayton@nginx.com>
Fri, 20 Mar 2026 04:46:01 +0000 (04:46 +0000)
committerAndrew Clayton <a.clayton@nginx.com>
Fri, 24 Apr 2026 16:33:41 +0000 (17:33 +0100)
Adjust the subject and commit message body line length limits to 72
characters to match the commit message linter.

CONTRIBUTING.md

index 19033141f94b10ac3e4a831d6c36c29459466a6f..f5dc40bcbd55b711b0333e19e7fe661424bbdaf8 100644 (file)
@@ -61,8 +61,7 @@ locally and breaking changes logically into commits before submitting a PR
 - Each commit message should have a single-line subject line followed by verbose
 description after an empty line
 
-- Limit the subject line to 67 characters, and the rest of the commit message
-to 76 characters
+- Limit the subject and commit message body lines to 72 characters
 
 - Use subject line prefixes for commits that affect a specific portion of the
 code; examples include "Upstream:", "QUIC:", or "Core:"; see the commit history