mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
docs(contributing) type: rm style
This commit is contained in:
parent
d7e0060876
commit
f333cd8061
1 changed files with 6 additions and 7 deletions
|
|
@ -13,13 +13,12 @@ Commit
|
|||
Format of the commit message: **type(scope) subject**
|
||||
|
||||
**Type**:
|
||||
- feature
|
||||
- fix (bug fix)
|
||||
- docs (documentation)
|
||||
- style (formatting, missing semi colons, …)
|
||||
- refactor
|
||||
- test (when adding missing tests)
|
||||
- chore (maintain)
|
||||
- feature(scope) subject
|
||||
- fix(scope) subject
|
||||
- docs(scope) subject
|
||||
- refactor(scope) subject
|
||||
- test(scope) subject
|
||||
- chore(scope) subject
|
||||
|
||||
**Scope**:
|
||||
Scope could be anything specifying place of the commit change.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue