Skip to content

Commit

Permalink
mechanical contribution requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vtbassmatt authored Jun 25, 2019
1 parent d8737aa commit 1a2ff56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

This repository uses [Lerna](https://github.com/lerna/lerna#readme) to manage multiple packages. Read the documentation there to begin contributing.

Note that before a PR will be accepted, you must ensure:
- all tests are passing
- `npm run format` reports no issues
- `npm run lint` reports no issues

### Useful Scripts

- `npm run bootstrap` This runs `lerna bootstrap` which will install dependencies in this repository's packages and cross-link packages where necessary.
Expand Down

0 comments on commit 1a2ff56

Please sign in to comment.