Skip to content

fix: Contribution guidelines should refer to yarn #1188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nvm use <<version>>
The best way to make changes to the Pattern Lab Node core and test them is through an edition.

* Fork this repository on Github.
* `npm install && npm run bootstrap`
* `yarn install && yarn run bootstrap`
* Create a new branch in your fork and push your changes in that fork.
* `cd packages/edition-node`
* Test your changes with the edition's api
Expand All @@ -28,7 +28,7 @@ The best way to make changes to the Pattern Lab Node core and test them is throu
To ensure that developers can bootstrap the repo from a fresh clone, do this in your working copy:

```sh
git reset --hard && git clean -dfx && npm install && npm run bootstrap
git reset --hard && git clean -dfx && yarn install && yarn run bootstrap
```

This ensures that any changes you've made will still result in a clean and functional developer experience. **Note**: be sure you've committed any outstanding work before doing this -- it will blow away whatever's still outstanding, including anything staged but not commited.
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: Pattern Lab Support

## Gitter

You can head over to [Pattern Lab's Gitter](https://gitter.im/pattern-lab/home) to chat with the Pattern Lab community. This is a great place to talk shop, ask quesitons, and get (and give!) help.
You can head over to [Pattern Lab's Gitter](https://gitter.im/pattern-lab/home) to chat with the Pattern Lab community. This is a great place to talk shop, ask questions, and get (and give!) help.