Skip to content

Commit f9072a6

Browse files
docs(contributing): mentioned desired line length & added example
Mentioned that the title has to be 66 or less, and the body 80 or less.
1 parent acb6884 commit f9072a6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ All commit messages must follow the [conventional commit specification](https://
2424

2525
If your commit is a breaking change, please mark it as follows: `<type>!: <commit message>`. We strive to keep backwards compatibility as much as possible.
2626

27+
### Line Length
28+
29+
Please keep your title 66 characters or less, and your body lines 80 characters or less.
30+
31+
### Example commit
32+
33+
This is a valid conventional commit:
34+
35+
```Commit
36+
fix: all bugs in the repository
37+
38+
This commit fixes all bugs in the repository.
39+
```
40+
2741
## Branch Naming Conventions
2842

2943
Much like conventional commits we use conventional branch naming. This means that depending on what you're working on you should name your branch differently. For example:

0 commit comments

Comments
 (0)