chore(CONTRIBUTING): make the allowed types a list

The list was formatted as one long sentence. Fix that.
This commit is contained in:
Brandon Philips 2013-11-11 11:57:38 -08:00
parent e397e807ca
commit b988f5b323

View File

@ -58,13 +58,13 @@ This allows the message to be easier to read on github as well as in various git
The subject line contains succinct description of the change.
### Allowed <type>
feat (feature)
fix (bug fix)
docs (documentation)
style (formatting, missing semi colons, …)
refactor
test (when adding missing tests)
chore (maintain)
- feat (feature)
- fix (bug fix)
- docs (documentation)
- style (formatting, missing semi colons, …)
- refactor
- test (when adding missing tests)
- chore (maintain)
### Allowed <scope>