From d036d9def7cce44c96c87795d85cb20f838af3dc Mon Sep 17 00:00:00 2001 From: basilbenil Date: Fri, 2 Oct 2020 14:19:06 +0530 Subject: [PATCH 1/3] fixed typos on gitguide and contributing pages --- contributing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.html b/contributing.html index 86fa16e..474df6a 100644 --- a/contributing.html +++ b/contributing.html @@ -79,7 +79,7 @@

step 5 : Write some code

Step 6 : Sending the "Pull Request"

The changes you've made on your fork will not visible on the main project repository. For this we send a "pull request" to the main repo requesting the maintainer to pull your changes into their repo.

-

avigate to your fork on your GitHub account. Click on “Compare & pull request” button - Give an apt title and body describing your PR - Click on "Create pull request button" and voilà you've successfully send your first PR.

+

Navigate to your fork on your GitHub account. Click on “Compare & pull request” button - Give an apt title and body describing your PR - Click on "Create pull request button" and voilà you've successfully send your first PR.

Take a break Grab a cuppa coffee while the maintainers review your work and hopefully "merge" it. In case they request changes repeat from step 5.

From fa2c32fc03c2688b242aa02c9f5f35b640e9d6c3 Mon Sep 17 00:00:00 2001 From: basilbenil Date: Fri, 2 Oct 2020 14:20:30 +0530 Subject: [PATCH 2/3] fixed typos on gitguide and contributing pages --- contributing.html | 2 +- gitguide.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.html b/contributing.html index 474df6a..1bcca1b 100644 --- a/contributing.html +++ b/contributing.html @@ -80,7 +80,7 @@

step 5 : Write some code

Step 6 : Sending the "Pull Request"

The changes you've made on your fork will not visible on the main project repository. For this we send a "pull request" to the main repo requesting the maintainer to pull your changes into their repo.

Navigate to your fork on your GitHub account. Click on “Compare & pull request” button - Give an apt title and body describing your PR - Click on "Create pull request button" and voilà you've successfully send your first PR.

-

Take a break Grab a cuppa coffee while the maintainers review your work and hopefully "merge" it. In case they request changes repeat from step 5.

+

Take a break. Grab a cuppa coffee while the maintainers review your work and hopefully "merge" it. In case they request changes, repeat from step 5.