Skip to content

Commit 4da2b19

Browse files
committed
docs(CONTRIBUTING.md): clarify the difference between build and ci commit message scopes
1 parent 9f3547e commit 4da2b19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Must be one of the following:
180180
* **refactor**: A code change that neither fixes a bug nor adds a feature
181181
* **perf**: A code change that improves performance
182182
* **test**: Adding missing tests or correcting existing tests
183-
* **build**: Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
184-
* **ci**: Any changes to our CI configuration files and scripts (Travis, Circle CI, BrowserStack, SauceLabs)
183+
* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
184+
* **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
185185
* **chore**: Other changes that don't modify `src` or `test` files
186186
187187
### Scope

0 commit comments

Comments
 (0)