From fb095e8a409e5950fe066b1fbf5e3b95821fe858 Mon Sep 17 00:00:00 2001 From: Vineeth Kanaparthi Date: Wed, 8 Nov 2017 05:24:27 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71d70fe30..701e83948 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,3 +24,10 @@ Working on your first Pull Request? You can learn how from this *free* series [H 1. `npm install` 1. `npm run dev` to start local development server 1. App opens at `localhost:3000` + + +**Note:** + + So our team's official policy (for now) is: + we only use Yarn as our official Node package manager, and so we request you to use Yarn instead of + npm and commit yarn.lock file.