From c4c43f5a77b55f5955a42c90f4f50f397ce762e3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 15 Jan 2016 15:18:14 -0800 Subject: [PATCH] docs(contributing.md): add docs for "ci" commit type/scope --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8da1f0477..8be16545a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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