From ad4b079d636c6f568719f789c0be4c2a008c2777 Mon Sep 17 00:00:00 2001 From: Aniket Date: Sat, 8 Oct 2022 01:40:13 +0530 Subject: [PATCH 1/3] contribution.md updated --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2234d5148..6303cb733 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,16 @@ So you want to help? That's great! Here are a few things to know to get you started on the right path. +Step 1. Fork the project + +Step 2. Copy the URL by clicking the code button just below settings + +Step 3. Copy the project to your local system. + +Step 4. Use command --> git clone URL + +**_NOTE_** : Don't type URL while using git clone URL. Paste the copied link from step2 in place of URL. + ## Development Installation ```bash From 828f69f0112e5b53666a3eebaa3c5be741d59dff Mon Sep 17 00:00:00 2001 From: Aniket Date: Sat, 8 Oct 2022 18:35:35 +0530 Subject: [PATCH 2/3] Link added for local setup --- CONTRIBUTING.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6303cb733..fefe1cdcb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,16 +6,9 @@ So you want to help? That's great! Here are a few things to know to get you started on the right path. -Step 1. Fork the project - -Step 2. Copy the URL by clicking the code button just below settings - -Step 3. Copy the project to your local system. - -Step 4. Use command --> git clone URL - -**_NOTE_** : Don't type URL while using git clone URL. Paste the copied link from step2 in place of URL. +Below link will help you making a copy of the repository in your local system. +https://docs.github.com/en/get-started/quickstart/fork-a-repo ## Development Installation ```bash From 72c266b2428f650978b91187ddcd38e3e3ff817b Mon Sep 17 00:00:00 2001 From: Aniket Date: Mon, 10 Oct 2022 01:25:59 +0530 Subject: [PATCH 3/3] Contrbution steps updated --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fefe1cdcb..e5a029b58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ Here are a few things to know to get you started on the right path. Below link will help you making a copy of the repository in your local system. https://docs.github.com/en/get-started/quickstart/fork-a-repo + ## Development Installation ```bash