Skip to content

Commit

Permalink
fix: add missing 'chore' type to commit-guidelines template
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Nov 12, 2018
1 parent cd9b514 commit d9949d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contributing/templates/STYLE_GUIDES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The type must be one of the following:
| Type | Description |
|--------------|-------------------------------------------------------------------------------------------------------------|
| **build** | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
| **chore** | Changes to the build process or auxiliary tools and libraries such as documentation generation |
| **chore** | Administrative and management tasks |
| **ci** | Changes to the CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
| **docs** | Documentation only changes |
| **feat** | A new feature |
Expand Down

0 comments on commit d9949d9

Please sign in to comment.