Update CONTRIBUTING.md
This commit is contained in:
parent
3f45a3fd85
commit
dcd0c92d5f
@ -37,7 +37,7 @@ yarn start
|
|||||||
|
|
||||||
### clean
|
### clean
|
||||||
|
|
||||||
Removes all of the CMS package `dist` directories.
|
Removes the `dist` directory.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn clean
|
yarn clean
|
||||||
@ -45,7 +45,7 @@ yarn clean
|
|||||||
|
|
||||||
### build
|
### build
|
||||||
|
|
||||||
Runs the `clean` script and builds the static-cms-core.
|
Runs the `clean` script and builds the @static-cms/core.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn build
|
yarn build
|
||||||
@ -73,7 +73,7 @@ Static CMS uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/c
|
|||||||
4. If you've changed APIs, update the documentation.
|
4. If you've changed APIs, update the documentation.
|
||||||
5. Use `yarn format` to format and lint your code.
|
5. Use `yarn format` to format and lint your code.
|
||||||
6. PR's must be rebased before merge (feel free to ask for help).
|
6. PR's must be rebased before merge (feel free to ask for help).
|
||||||
7. PR should be reviewed by two maintainers prior to merging.
|
7. PR must be reviewed prior to merging.
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user