From 2c325ff34e236566161462f63d576fbf75e0653c Mon Sep 17 00:00:00 2001 From: Manish <9532643074b@gmail.com> Date: Wed, 9 Aug 2023 12:26:47 +0530 Subject: [PATCH 1/3] Changing grammar in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e8f2d..f5b3ba9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ __You've read the guide already and you just want the commands? Jump [here](#All __You want some tips to have your pull request merged faster? Jump [here](#tips-to-have-your-pull-request-merged-faster).__ -### This guide will assume that: +### This guide assumes that: 1) You know how to use git, at least you know what is a commit and a branch and a few basic commands. 2) You know which project you want to work on. In this guide, we'll assume that it's an open source project that you don't control and that the repository is hosted on GitHub. For example, it could be [Cython](https://github.com/cython/cython), [the Windows terminal](https://github.com/microsoft/terminal) or [Tensorflow](https://github.com/tensorflow/tensorflow). From 90e352e71655ed4951d11289fb41b747e19873a0 Mon Sep 17 00:00:00 2001 From: Manish <9532643074b@gmail.com> Date: Wed, 9 Aug 2023 12:41:24 +0530 Subject: [PATCH 2/3] Reverting changes back to original commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b3ba9..79e8f2d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ __You've read the guide already and you just want the commands? Jump [here](#All __You want some tips to have your pull request merged faster? Jump [here](#tips-to-have-your-pull-request-merged-faster).__ -### This guide assumes that: +### This guide will assume that: 1) You know how to use git, at least you know what is a commit and a branch and a few basic commands. 2) You know which project you want to work on. In this guide, we'll assume that it's an open source project that you don't control and that the repository is hosted on GitHub. For example, it could be [Cython](https://github.com/cython/cython), [the Windows terminal](https://github.com/microsoft/terminal) or [Tensorflow](https://github.com/tensorflow/tensorflow). From b6e067ba51cee85e8c6aff4cc1ebf3b33d504303 Mon Sep 17 00:00:00 2001 From: Manish <9532643074b@gmail.com> Date: Wed, 9 Aug 2023 12:48:18 +0530 Subject: [PATCH 3/3] Adding an extra word in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e8f2d..ad583c8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In here, as example, we'll say that your GitHub username is `my_pretty_username` You can follow the tutorial and make dummy pull requests to this repository. Think of it as a sandbox, it's made to learn, so no worries if you mess up! (Actually, you can't mess it up, because only I have the write permissions on it.) -### Step 1: Making a fork +### Step 1: Making a fork repository First head to the page of the project, in my example, https://github.com/gabrieldemarmiesse/getting_started_open_source . If you look at the top right of the page, you'll see a button called "Fork":