From c27622417c9d7bab877f057ea3ce28a497fb28d6 Mon Sep 17 00:00:00 2001 From: FromSi Date: Thu, 28 May 2026 12:56:07 +0500 Subject: [PATCH] docs: add commit message length rule (#1373) ## What? Adds a contribution guideline that commit messages should be 40 characters or fewer. ## Why? Keeps commit history concise and easier to scan across logs, changelogs, and review workflows. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3023c94bdcd60a0588afde0790ca7f19d8d1ecb..6b7ab23959ff8d1235cd2c2343fb0323eabcafc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,6 +60,8 @@ type(scope): short description Common types: `feat`, `fix`, `docs`, `test`, `ci`, `chore`. +Keep commit messages to 40 characters or fewer. + Examples: ``` feat(compose): add CC/BCC field support