From cff0c554780ae43ab1ea0abf575c2f3ba55ec6cb Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Thu, 6 Jun 2019 08:51:05 +0530 Subject: [PATCH] docs(contribute): adds section seperator added a line to seperate commands --- .github/CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 20c6155dc2a..be72ba40fd8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -69,7 +69,7 @@ In case you are suggesting a new feature, we will match your idea with our curre npm install npm link npm link webpack-cli - + --------------------------- #yarn yarn yarn link @@ -82,7 +82,7 @@ In case you are suggesting a new feature, we will match your idea with our curre #npm npm run bootstrap npm run build - + --------------------------- #yarn yarn bootstrap yarn build @@ -97,7 +97,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ```bash #npm npm run test - + --------------------------- #yarn yarn test ``` @@ -107,7 +107,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ```bash #npm npm run test:cli - + --------------------------- #yarn yarn test:cli` ``` @@ -117,7 +117,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ```bash #npm npm run test:packages - + --------------------------- #yarn yarn test:packages ``` @@ -129,7 +129,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ```bash #npm npx jest path/to/my-test.js - + --------------------------- #yarn yarn jest path/to/my-test.js ``` @@ -140,7 +140,7 @@ In case you are suggesting a new feature, we will match your idea with our curre #npm npm i -g jest jest path/to/my-test.js - + --------------------------- #yarn yarn global add jest jest path/to/my-test.js @@ -151,7 +151,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ```bash #npm npm run lint - + --------------------------- #yarn yarn lint ```