Update CONTRIBUTING.md

This commit is contained in:
Daniel Lautzenheiser 2022-11-18 22:56:28 -05:00 committed by GitHub
parent 3f45a3fd85
commit dcd0c92d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ yarn start
### clean
Removes all of the CMS package `dist` directories.
Removes the `dist` directory.
```sh
yarn clean
@ -45,7 +45,7 @@ yarn clean
### build
Runs the `clean` script and builds the static-cms-core.
Runs the `clean` script and builds the @static-cms/core.
```sh
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.
5. Use `yarn format` to format and lint your code.
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