From 1a2ff56004848ea19797387e4d62c30f5135274e Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Tue, 25 Jun 2019 07:23:37 -0400 Subject: [PATCH] mechanical contribution requirements --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f39cd38a..894be0f2 100644 --- a/README.md +++ b/README.md @@ -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.