Skip to content

Commit c609dab

Browse files
authored
feat: add Convential Commits link to Contribution Guidelines (#91)
1 parent da6b1a9 commit c609dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ should add unique value.
6262

6363
#### Commit Messages Formatting
6464

65-
- Prefer to use the following format: `<type>: <short summary>`. If necessary, put any extra information in the description.
65+
- Prefer to use the [Conventional Commits](https://www.conventionalcommits.org/) format: `<type>: <short summary>`. If necessary, put any extra information in the description.
6666
- Commit types include (but are not limited to):
6767
- **docs**: Documentation only changes
6868
- **feat**: A new feature

0 commit comments

Comments
 (0)