docs(contributing.md): add docs for "ci" commit type/scope

This commit is contained in:
Igor Minar 2016-01-15 15:18:14 -08:00 committed by Rado Kirov
parent 0ae77753f3
commit c4c43f5a77
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ Must be one of the following:
* **refactor**: A code change that neither fixes a bug nor adds a feature
* **perf**: A code change that improves performance
* **test**: Adding missing tests or correcting existing tests
* **build** Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
* **build**: Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
* **ci**: Any changes to our CI configuration files and scripts (Travis, Circle CI, BrowserStack, SauceLabs)
* **chore**: Other changes that don't modify `src` or `test` files
### Scope