From dcd0c92d5ff83f2ac2ae374e069beedce20aa945 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 18 Nov 2022 22:56:28 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13890cf0..4071febb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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