docs(contributing) type: rm style

This commit is contained in:
coderaiser 2014-06-11 02:51:30 -04:00
parent d7e0060876
commit f333cd8061

View file

@ -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.