Skip to content

Commit a327d57

Browse files
authored
Merge pull request actions#24 from actions/contributing
mechanical contribution requirements
2 parents a5bf0d7 + 1a2ff56 commit a327d57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

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

18+
Note that before a PR will be accepted, you must ensure:
19+
- all tests are passing
20+
- `npm run format` reports no issues
21+
- `npm run lint` reports no issues
22+
1823
### Useful Scripts
1924

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

0 commit comments

Comments
 (0)