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
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,14 @@ should add unique value.
63
63
#### Commit Messages Formatting
64
64
65
65
- Prefer to use the [Conventional Commits](https://www.conventionalcommits.org/) format: `<type>: <short summary>`. If necessary, put any extra information in the description.
66
-
- Commit types include (but are not limited to):
66
+
- Commit types include (but are not limited to):
67
67
-**docs**: Documentation only changes
68
68
-**feat**: A new feature
69
69
-**fix**: A bug fix
70
70
-**test**: Adding or fixing tests
71
71
-**chore**: CI / code quality / minor quality of life improvements
0 commit comments