diff options
author | 2021-08-15 19:12:55 +0000 | |
---|---|---|
committer | 2021-08-15 19:12:55 +0000 | |
commit | 072dabe83209c31a357de01dfd97a59ff25e616e (patch) | |
tree | 31d4a66bdebd48fa2b612383b4210b958ec38d8b | |
parent | 850a04667a3b4b99f34049a7f45e84a255c4f420 (diff) | |
download | astro-072dabe83209c31a357de01dfd97a59ff25e616e.tar.gz astro-072dabe83209c31a357de01dfd97a59ff25e616e.tar.zst astro-072dabe83209c31a357de01dfd97a59ff25e616e.zip |
[ci] yarn format
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f04fc1305..20135e634 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,8 +33,7 @@ yarn: "^1.22.10" ## Setting up your local repo -Astro uses yarn workspaces, so you should **always run `yarn install` from the top-level project directory.** running `yarn install` in the top-level project root will install dependencies for `astro`, `www`, `docs`, and every package in the repo. - +Astro uses yarn workspaces, so you should **always run `yarn install` from the top-level project directory.** running `yarn install` in the top-level project root will install dependencies for `astro`, `www`, `docs`, and every package in the repo. ```shell git clone && cd ... @@ -61,7 +60,6 @@ yarn test yarn test $STRING_MATCH ``` - ## Other useful commands ```shell @@ -161,13 +159,13 @@ If you have gotten permission from the core contributors, you can enter into pre ### Exiting prerelease mode -Exiting prerelease mode should happen once an experimental release is ready to go from `npm install astro@next` to `npm install astro`. Only a core contributor run these steps. These steps should be run before +Exiting prerelease mode should happen once an experimental release is ready to go from `npm install astro@next` to `npm install astro`. Only a core contributor run these steps. These steps should be run before + - Run: `yarn changeset pre enter next` in the project root - Create a new PR from the changes created by this command. - Review, approve, and more the PR to enter prerelease mode. - If successful, The "Version Packages (next)" PR (if one exists) will now say "Version Packages". - # Translations Help us translate [docs.astro.build](https://docs.astro.build/) into as many languages as possible! This can be a great way to get involved with open source development without having to code. |