Skip to content

Commit 2dceec7

Browse files
authored
docs: improve explanation for commit type usage in CONTRIBUTING guide (#7849)
1 parent 3e68491 commit 2dceec7

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
@@ -305,7 +305,7 @@ For release automation, the title of pull requests needs to be written in a defi
305305
```
306306

307307
The _type_ is the category of change that is made, possible types are:
308-
- `feat` - add a new feature
308+
- `feat` - add a new feature or improve an existing feature
309309
- `fix` - fix a bug
310310
- `refactor` - refactor code without impact on features or performance
311311
- `docs` - add or edit code comments, documentation, GitHub pages

0 commit comments

Comments
 (0)