From 5b5410651dc7fbd4b11b229cb39a15d3ce7c1380 Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Wed, 15 Jul 2015 16:56:39 +0530 Subject: [PATCH] Links to the files. --- contributing.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/contributing.md b/contributing.md index 6570262..bdcd68b 100644 --- a/contributing.md +++ b/contributing.md @@ -1,12 +1,18 @@ ## Easy steps: -* Clone the repo. +* Clone this [repo](https://github.com/git-tips/tips.git): + ```sh + $ git clone https://github.com/git-tips/tips.git + ``` + +* Install the deps: + ```sh + $ cd tips && npm install + ``` + +* Edit [tips.json](./tips.json) to add your tip in the below format: -* Install the deps: `npm install` - -* Edit `tips.json` to add your tip in the below format: - -```json +```js { "title": , "tip":