You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,20 @@ All commit messages must follow the [conventional commit specification](https://
24
24
25
25
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.
26
26
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
+
27
41
## Branch Naming Conventions
28
42
29
43
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