From 4da2b19ea014578af3af81b95af1bba1b4c86438 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 4 Mar 2016 16:54:15 -0800 Subject: [PATCH] docs(CONTRIBUTING.md): clarify the difference between build and ci commit message scopes --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8be16545a0..e65331a627 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -180,8 +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) -* **ci**: Any changes to our CI configuration files and scripts (Travis, Circle CI, BrowserStack, SauceLabs) +* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) +* **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) * **chore**: Other changes that don't modify `src` or `test` files ### Scope