From 3a3fdb843cd5ce58c3e978921e04bb597e7b0551 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Karanam Date: Fri, 10 Nov 2017 01:51:52 +0530 Subject: [PATCH] Update Contributing.md Fixed a link and changed the method of cloning repository from ssh to https. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aeb05e47a..87a55e60c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ We welcome pull requests from hackerspace members (our students) and seasoned JavaScript developers alike! Follow these steps to contribute: -1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help%20wanted) tag. +1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help-wanted) tag. 1. Let us know you are working on it by posting a comment on the issue. @@ -18,7 +18,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H > Make sure you install node version 8 or above and check node version by running `node -v` 1. Then clone this repo ```bash - git clone git@github.com:coderplex/coderplex.git + git clone https://github.com/coderplex/coderplex.git ``` 1. `cd coderplex` 1. `npm install`