aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorEli Zaretskii2025-05-25 12:08:02 +0300
committerEli Zaretskii2025-05-25 12:08:02 +0300
commit421ecbcf6b476c413675e93c074f1399db146fc8 (patch)
treec9598258ceb9d8d80c0b6758e381848415a8b294 /CONTRIBUTE
parentdf9636f89276da6023cc4851d089665203961941 (diff)
downloademacs-421ecbcf6b476c413675e93c074f1399db146fc8.tar.gz
emacs-421ecbcf6b476c413675e93c074f1399db146fc8.zip
; * CONTRIBUTE: Explain the line-width preferences.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 06e6fe45c84..2da47fa35f8 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -231,7 +231,9 @@ formatting them:
231- Lines in ChangeLog entries should preferably be not longer than 63 231- Lines in ChangeLog entries should preferably be not longer than 63
232 characters, and must not exceed 78 characters, unless they consist 232 characters, and must not exceed 78 characters, unless they consist
233 of a single word of at most 140 characters; this 78/140 limit is 233 of a single word of at most 140 characters; this 78/140 limit is
234 enforced by a commit hook. 234 enforced by a commit hook. (The 63-character preference is to
235 avoid too-long lines in the ChangeLog file generated from Git logs,
236 where each entry line is indented by a TAB.)
235 237
236- If only a single file is changed, the summary line can be the normal 238- If only a single file is changed, the summary line can be the normal
237 first line of a ChangeLog entry (starting with the asterisk). Then 239 first line of a ChangeLog entry (starting with the asterisk). Then