From 27b65b94a7c81499edc94be41a0e4873ff6408ee Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 11 May 2018 10:55:55 +0100 Subject: [PATCH] Add prerequisits to CONTRIBUTING.md (#40) * Add prerequisitits to CONTRIBUTING.md * Update versions and link to yarn --- packages/learn/CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/learn/CONTRIBUTING.md b/packages/learn/CONTRIBUTING.md index c37f40b38b..9f7e4448d0 100644 --- a/packages/learn/CONTRIBUTING.md +++ b/packages/learn/CONTRIBUTING.md @@ -1,10 +1,16 @@ # Contributing +Prerequistits| Minimum Version +|---|---| +node | ^8.11.x +[yarn](https://yarnpkg.com/en/) | ^1.3.0 + + 1. Fork the repo 2. clone locally 3. `yarn install` 4. `git branch -b ` 5. `yarn develop` +5. Make your changes 6. Make a PR 7. Bask in the glory of your accomplishments -