From 68f1e7543ad16f557db2bbded70258ac0e225e41 Mon Sep 17 00:00:00 2001 From: othaime-en <61498231+othaime-en@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:18:55 +0100 Subject: [PATCH 1/4] Update CONTRIBUTING.md Made a few subtle changes to the sentence structure --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a9e63f..eabb0e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ # How do I make a contribution? -Never made an open source contribution before? Wondering how contributions work in the in our project? Here's a quick rundown! +Never made an open source contribution before? Wondering how contributions work in this project? Here's a quick rundown! -- Find an issue that you are interested in addressing or a feature that you would like to add. +- Find an issue that you want to address or a feature that you would like to add. - Fork the repository associated with the issue to your local GitHub organization. This means that you will have a copy of the repository under `your-GitHub-username/repository-name`. -- Clone the repository to your local machine using `git clone https://github.com/github-username/repository-name.git`. +- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`. - Create a new branch for your fix using `git checkout -b branch-name-here`. From 1bc47066ab964d3093404d7c336fbc10ef5e07f9 Mon Sep 17 00:00:00 2001 From: othaime-en <61498231+othaime-en@users.noreply.github.com> Date: Sat, 8 Oct 2022 09:14:56 +0100 Subject: [PATCH 2/4] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AN ❦ <108299225+krakxn@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eabb0e1..4c9b47e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # How do I make a contribution? -Never made an open source contribution before? Wondering how contributions work in this project? Here's a quick rundown! +Never made an open-source contribution before? Wondering how contributions work in this project? Here's a quick run-down! - Find an issue that you want to address or a feature that you would like to add. From fa6943a6aa9af93547654b3f644b22e188c65b46 Mon Sep 17 00:00:00 2001 From: othaime-en <61498231+othaime-en@users.noreply.github.com> Date: Sat, 8 Oct 2022 09:15:21 +0100 Subject: [PATCH 3/4] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AN ❦ <108299225+krakxn@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c9b47e..7f7643e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Never made an open-source contribution before? Wondering how contributions work in this project? Here's a quick run-down! -- Find an issue that you want to address or a feature that you would like to add. +- Find an issue that you want to address or a feature that you want to add. - Fork the repository associated with the issue to your local GitHub organization. This means that you will have a copy of the repository under `your-GitHub-username/repository-name`. From 204fd90e9d87489e123a6a27acb4d5a70054e9bc Mon Sep 17 00:00:00 2001 From: othaime-en <61498231+othaime-en@users.noreply.github.com> Date: Sat, 8 Oct 2022 09:48:40 +0100 Subject: [PATCH 4/4] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AN ❦ <108299225+krakxn@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f7643e..a382e8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ Never made an open-source contribution before? Wondering how contributions work - Fork the repository associated with the issue to your local GitHub organization. This means that you will have a copy of the repository under `your-GitHub-username/repository-name`. -- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`. +- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`. E.g. for a repo named "xyzRepo", the user can run https://github.com/github-username/xyzRepo.git. -- Create a new branch for your fix using `git checkout -b branch-name-here`. +- Create a new branch for your fix using `git checkout -b branch-name-here`. E.g `git checkout -b main` - Make the appropriate changes for the issue you are trying to address or the feature that you want to add.