Skip to content

Commit 1a46828

Browse files
Merge pull request #1580 from Tony133/docs/update-contribute
docs(contributing): update contribution guide
2 parents b6b10d0 + 7b86677 commit 1a46828

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
@@ -172,7 +172,7 @@ Samples: (even more [samples](https://github.com/nestjs/nest/commits/master))
172172
docs(changelog): update change log to beta.5
173173
```
174174
```
175-
bugfix(@nestjs/core): need to depend on latest rxjs and zone.js
175+
fix(@nestjs/core): need to depend on latest rxjs and zone.js
176176
177177
The version in our package.json gets copied to the one we publish, and users need the latest of these.
178178
```
@@ -184,10 +184,11 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow
184184
Must be one of the following:
185185
186186
* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
187+
* **chore**: Updating tasks etc; no production code change
187188
* **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
188189
* **docs**: Documentation only changes
189-
* **feature**: A new feature
190-
* **bugfix**: A bug fix
190+
* **feat**: A new feature
191+
* **fix**: A bug fix
191192
* **perf**: A code change that improves performance
192193
* **refactor**: A code change that neither fixes a bug nor adds a feature
193194
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

0 commit comments

Comments
 (0)