Add a note about the Git commit convention
parent
4357941037
commit
c84dc2fe98
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ ## Commit Message Convention
|
|||
Git commit messages should follow
|
||||
[Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/).
|
||||
|
||||
> [!NOTE]
|
||||
> Only the commits to `trunk` are required to follow this convention.
|
||||
|
||||
### Types
|
||||
|
||||
Refer to the table below for valid commit types:
|
||||
|
|
Loading…
Reference in a new issue