From 696a4de0314a6fcc692ba842460ac0892012bc5f Mon Sep 17 00:00:00 2001 From: Eka Date: Sat, 19 May 2018 04:34:47 +0700 Subject: [PATCH] Fix typo, add instruction to copy .env in CONTRIBUTING.md (#62) --- packages/learn/CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/learn/CONTRIBUTING.md b/packages/learn/CONTRIBUTING.md index 9f7e4448d0..d7bbac673d 100644 --- a/packages/learn/CONTRIBUTING.md +++ b/packages/learn/CONTRIBUTING.md @@ -1,16 +1,17 @@ # Contributing -Prerequistits| Minimum Version +Prerequisites | Minimum Version |---|---| node | ^8.11.x [yarn](https://yarnpkg.com/en/) | ^1.3.0 1. Fork the repo -2. clone locally +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 +4. `git checkout branch -b ` +5. `cp sample.env .env` +6. `yarn develop` +7. Make your changes +8. Make a PR +9. Bask in the glory of your accomplishments