Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
fix(types): Simply types of commit
Browse files Browse the repository at this point in the history
This commit simplifies and shortens the descriptions for the choice of
types of commits
  • Loading branch information
erictleung committed Jun 2, 2017
1 parent e97a047 commit 5f69650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "Documentation only changes"
},
"style": {
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
"description": "Style changes (e.g. whitespace, formatting, missing semi-colon, etc)"
},
"refactor": {
"description": "A code change that neither fixes a bug nor adds a feature"
Expand All @@ -21,10 +21,10 @@
"description": "Adding missing tests or correcting existing tests"
},
"build": {
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)"
"description": "Build system or external dependency change (e.g. gulp, npm, etc)"
},
"ci": {
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
"description": "CI config file and script changes (e.g. Travis, Circle, etc)"
},
"chore": {
"description": "Other changes that don't modify src or test files"
Expand Down

0 comments on commit 5f69650

Please sign in to comment.