X Tutup
Skip to content

Commit 7d15e19

Browse files
committed
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 angular#5720
1 parent a4ba46c commit 7d15e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ Must be one of the following:
175175
semi-colons, etc)
176176
* **refactor**: A code change that neither fixes a bug nor adds a feature
177177
* **perf**: A code change that improves performance
178-
* **test**: Adding missing tests
179-
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
180-
generation
178+
* **test**: Adding missing tests or correcting existing tests
179+
* **build** Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
180+
* **chore**: Other changes that don't modify `src` or `test` files
181181
182182
### Scope
183183
The scope could be anything specifying place of the commit change. For example

0 commit comments

Comments
 (0)
X Tutup