Skip to content

Commit 2c0daa6

Browse files
committed
docs(contributing): update contribution guide
1 parent 47a1e40 commit 2c0daa6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Samples: (even more [samples](https://github.com/nestjs/nest/commits/master))
186186
docs(changelog) update change log to beta.5
187187
```
188188
```
189-
bugfix(@nestjs/core) need to depend on latest rxjs and zone.js
189+
fix(@nestjs/core) need to depend on latest rxjs and zone.js
190190
191191
The version in our package.json gets copied to the one we publish, and users need the latest of these.
192192
```
@@ -198,10 +198,11 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow
198198
Must be one of the following:
199199
200200
* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
201+
* **chore**: Updating tasks etc; no production code change
201202
* **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
202203
* **docs**: Documentation only changes
203-
* **feature**: A new feature
204-
* **bugfix**: A bug fix
204+
* **feat**: A new feature
205+
* **fix**: A bug fix
205206
* **perf**: A code change that improves performance
206207
* **refactor**: A code change that neither fixes a bug nor adds a feature
207208
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

0 commit comments

Comments
 (0)