From 2a7d09312ba4c484cc97ae8ba96883839eb4d74b Mon Sep 17 00:00:00 2001 From: YASH-YADAV-dynamo <147921735+YASH-YADAV-dynamo@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:44:54 +0530 Subject: [PATCH 1/5] Update README.md Added commands in readme.md for steps to set the environment for contribution --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4391783..ef3ef40 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,25 @@ You can refer to the following articles on **_basics of Git and Github and also

📝 How to Contribute?

+#### Type below command in terminal to clone forked repository in your local machine
+`git clone https://github.com/vigneshshettyin/Meetly`
+ +#### Add upstream to repository +`$ cd `
+`$ git remote add upstream https://github.com/vigneshshettyin/Meetly.git`
+`$ git checkout main`
+`$ git fetch upstream`
+`$ git merge upstream/main`
+`$ git push origin main`
+ +#### Creating branch for the new change on feature or bug fix +`$ git checkout -b `
+`$ git add --all`
+`$ git commit -m ""`
+ +#### Creating pull request +`$ git push origin main`
+ - Take a look at [CODE OF CONDUCT](https://github.com/vigneshshettyin/Meetly/blob/main/.github/CODE_OF_CONDUCT.md) - Take a look at the Existing Issues or create your own Issues! - Wait for the Issue to be assigned to you after which you can start working on it. From f78049f4cc5183ba49f48a0fc6fcf21c20970037 Mon Sep 17 00:00:00 2001 From: YASH-YADAV-dynamo <147921735+YASH-YADAV-dynamo@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:41:32 +0530 Subject: [PATCH 2/5] Create contribution.md --- contribution.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contribution.md diff --git a/contribution.md b/contribution.md new file mode 100644 index 0000000..a4257df --- /dev/null +++ b/contribution.md @@ -0,0 +1,23 @@ +

📝 How to Contribute?

+ +####Setting up environment
+install android studio + +#### Type below command in terminal to clone forked repository in your local machine
+`git clone https://github.com/vigneshshettyin/Meetly`
+ +#### Add upstream to repository +`$ cd `
+`$ git remote add upstream https://github.com/vigneshshettyin/Meetly.git`
+`$ git checkout main`
+`$ git fetch upstream`
+`$ git merge upstream/main`
+`$ git push origin main`
+ +#### Creating branch for the new change on feature or bug fix +`$ git checkout -b `
+`$ git add --all`
+`$ git commit -m ""`
+ +#### Creating pull request +`$ git push origin main`
From 70002daca0d642cd663b935b640a8233f4800a48 Mon Sep 17 00:00:00 2001 From: YASH-YADAV-dynamo <147921735+YASH-YADAV-dynamo@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:43:59 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index ef3ef40..68091d4 100644 --- a/README.md +++ b/README.md @@ -57,25 +57,8 @@ You can refer to the following articles on **_basics of Git and Github and also

📝 How to Contribute?

-#### Type below command in terminal to clone forked repository in your local machine
-`git clone https://github.com/vigneshshettyin/Meetly`
- -#### Add upstream to repository -`$ cd `
-`$ git remote add upstream https://github.com/vigneshshettyin/Meetly.git`
-`$ git checkout main`
-`$ git fetch upstream`
-`$ git merge upstream/main`
-`$ git push origin main`
- -#### Creating branch for the new change on feature or bug fix -`$ git checkout -b `
-`$ git add --all`
-`$ git commit -m ""`
- -#### Creating pull request -`$ git push origin main`
+- For deatil steps to set the project ,click here - Take a look at [CODE OF CONDUCT](https://github.com/vigneshshettyin/Meetly/blob/main/.github/CODE_OF_CONDUCT.md) - Take a look at the Existing Issues or create your own Issues! - Wait for the Issue to be assigned to you after which you can start working on it. From fa830db082ecea204cb02d102e825129cd42834b Mon Sep 17 00:00:00 2001 From: YASH-YADAV-dynamo <147921735+YASH-YADAV-dynamo@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:44:37 +0530 Subject: [PATCH 4/5] Update contribution.md --- contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribution.md b/contribution.md index a4257df..49088d3 100644 --- a/contribution.md +++ b/contribution.md @@ -1,6 +1,6 @@

📝 How to Contribute?

-####Setting up environment
+#### Setting up environment
install android studio #### Type below command in terminal to clone forked repository in your local machine
From e69bf36b6c2af5a48ae0d030cce08d044678a149 Mon Sep 17 00:00:00 2001 From: YASH-YADAV-dynamo <147921735+YASH-YADAV-dynamo@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:46:41 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68091d4..ca42ba3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can refer to the following articles on **_basics of Git and Github and also

📝 How to Contribute?

-- For deatil steps to set the project ,click here +- For deatil steps to set the project ,CLICK HERE - Take a look at [CODE OF CONDUCT](https://github.com/vigneshshettyin/Meetly/blob/main/.github/CODE_OF_CONDUCT.md) - Take a look at the Existing Issues or create your own Issues! - Wait for the Issue to be assigned to you after which you can start working on it.