From 7d15e19f2bd082c285dede16752424fbb39b8c8e 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. Closes #5720 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99ebe7ed45..e22ad4831f 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