chore(repo): add details about each commit type
This commit is contained in:
parent
c5ccd9c2fb
commit
bb059b3902
@ -154,11 +154,11 @@ body
|
|||||||
|
|
||||||
The type must be one of the following:
|
The type must be one of the following:
|
||||||
|
|
||||||
- chore
|
- feat - New or improved behavior being introduced (e.g. Updating to new versions of React or Jest which bring in new features)
|
||||||
- feat
|
- fix - Fixes the current unexpected behavior to match expected behavior (e.g. Fixing the library generator to create the proper named project)
|
||||||
- fix
|
- cleanup - Code Style changes that have little to no effect on the user (e.g. Refactoring some functions into a different file)
|
||||||
- cleanup
|
- docs - Changes to the documentation (e.g. Adding more details into the getting started guide)
|
||||||
- docs
|
- chore - Changes that have absolutely no effect on users (e.g. Updating the version of Nx used to build the repo)
|
||||||
|
|
||||||
##### Scope
|
##### Scope
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user