Skip to content

Commit c4c43f5

Browse files
IgorMinarrkirov
authored andcommitted
docs(contributing.md): add docs for "ci" commit type/scope
1 parent 0ae7775 commit c4c43f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ Must be one of the following:
180180
* **refactor**: A code change that neither fixes a bug nor adds a feature
181181
* **perf**: A code change that improves performance
182182
* **test**: Adding missing tests or correcting existing tests
183-
* **build** Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
183+
* **build**: Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
184+
* **ci**: Any changes to our CI configuration files and scripts (Travis, Circle CI, BrowserStack, SauceLabs)
184185
* **chore**: Other changes that don't modify `src` or `test` files
185186
186187
### Scope

0 commit comments

Comments
 (0)