From d45451b8bb70216baaebf0de049668c993a74d5a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 8 Dec 2015 16:26:28 -0800 Subject: [PATCH] docs(contributing.md): add docs for "build" commit type Our build system is pretty complicated and we have many commits that touch it. For this reason these kids of changes warrant its own type. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99ebe7ed4547..e22ad4831f33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -175,9 +175,9 @@ Must be one of the following: semi-colons, etc) * **refactor**: A code change that neither fixes a bug nor adds a feature * **perf**: A code change that improves performance -* **test**: Adding missing tests -* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation - generation +* **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) +* **chore**: Other changes that don't modify `src` or `test` files ### Scope The scope could be anything specifying place of the commit change. For example