Skip to content

Commit

Permalink
chore(CONTRIBUTING): make the allowed types a list
Browse files Browse the repository at this point in the history
The list was formatted as one long sentence. Fix that.
  • Loading branch information
philips committed Nov 11, 2013
1 parent e397e80 commit b988f5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b988f5b

Please sign in to comment.