mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update contributing file
This commit is contained in:
parent
cbdccf7177
commit
4932d1f47e
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ All commits message are going to be validated when they are created using husky
|
|||
|
||||
We use [changesets](https://github.com/atlassian/changesets) in order to generate a detailed Changelog as possible.
|
||||
|
||||
Add a changeset with your Pull Request is essential if you want your contribution get merged. To create a changeset please run:
|
||||
Add a changeset with your Pull Request is essential if you want your contribution get merged (unless is a change that does not affect library functionality, eg: typo, docs, readme, add additional test or linting code). To create a changeset please run:
|
||||
|
||||
```
|
||||
pnpm changeset
|
||||
|
|
Loading…
Reference in a new issue