diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-25 17:12:39 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-25 17:12:39 +0000 |
commit | 4d39b5f7fae278dac6c86502e60138004e40811d (patch) | |
tree | 51f43e9088a6783fdda80f9416dc975f3ae9e5a0 /documentation/content/en/articles | |
parent | 25b8b522e5067a51a7cc3fcc326b8649cc35aa6c (diff) |
Diffstat (limited to 'documentation/content/en/articles')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 1adfc46e2b..d200c79053 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2485,6 +2485,7 @@ A good rule of thumb is to stay below 63 characters, and aim for about 50 or few === Prefix the subject line with a component, if applicable If the change relates to a specific component the subject line may be prefixed with that component name and a colon (:). +If applicable, try to use the same prefix used in previous commits to the same files. ✓ `foo: Add -k option to keep temporary data` |