docs: add commit message brevity rule

This commit is contained in:
Jone 2026-03-19 16:55:50 +01:00
parent 98a1d1129b
commit 4c56e78cb6
Signed by: Jone
GPG key ID: 0D98FD3896C39E90

View file

@ -95,6 +95,7 @@ CHECK syntax before committing
USE clear and concise commit messages (follow conventional commits if possible) USE clear and concise commit messages (follow conventional commits if possible)
NEVER set the git identity NEVER set the git identity
NEVER add Co-authored-by trailers NEVER add Co-authored-by trailers
KEEP commit messages brief — no long descriptions if message is self-explanatory
KEEP diffs minimal KEEP diffs minimal
ENSURE small, verifiable commits ENSURE small, verifiable commits