Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/09-commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ A commit does not have uppercase, no dot (.) at the end, and no trailing whitesp
be written between brackets and preceded by a hash (#).
Any commit not following this convention will be rejected.

The only exception is when you use acronyms or code names, which should be written in uppercase. For example:

```
chore(submodules) fix submodules URLs

feat: add new UI for the project dashboard [#123456]
```

## Types

The main types you should use are listed below. As developer, you'll mostly use the following: `feat`, `fix`, `release`.
Expand Down