Skip to content

Commit cc4df2f

Browse files
docs: enforce 65-character limit on PR titles (#104)
* docs: enforce 65-character limit on PR titles * chore: reformulate phrase Signed-off-by: George Ciubotaru <george@holdex.io> * chore: reformulate phrase Signed-off-by: George Ciubotaru <george@holdex.io> * chore: revert change Signed-off-by: George Ciubotaru <george@holdex.io> * chore: revert change Signed-off-by: George Ciubotaru <george@holdex.io> --------- Signed-off-by: George Ciubotaru <george@holdex.io> Co-authored-by: George Ciubotaru <george@holdex.io>
1 parent a9f8be2 commit cc4df2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ PR names must be:
224224
1. **User-focused**: Describe what users gain, not technical implementation
225225
1. **Follow [Conventional Commits](https://www.conventionalcommits.org)**
226226
1. **Clear & simple** (present tense, action-oriented)
227+
1. **Under 65 characters**
227228

228229
| **Good Examples**| **Bad Examples**| **Why?** |
229230
| ---------------------- | ------------------------------ | ------------------ |
@@ -257,6 +258,7 @@ _"What am I building?"_
257258
1. Could a non-technical user understand the benefit?
258259
1. Is it in the present tense?
259260
1. Does it focus on user capability (not code)?
261+
1. Is it under 65 characters?
260262

261263
#### Design PRs
262264

0 commit comments

Comments
 (0)