From bac04c1b66ad5e17d06ee6ce081a20325f94c6fc Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 20 Mar 2026 04:46:01 +0000 Subject: [PATCH] Update CONTRIBUTING.md Adjust the subject and commit message body line length limits to 72 characters to match the commit message linter. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19033141f..f5dc40bcb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -- 2.47.3