From 17bd7c1b0c43f3d7565bf0f2f9cc0923de6a9eea Mon Sep 17 00:00:00 2001 From: afranioag Date: Tue, 6 Oct 2020 22:01:39 -0300 Subject: [PATCH 1/2] afranio garcia --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09438e4..301de1c 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,4 @@ Create a account on GitHub or Use your current account for this Activity. 112. [Estevao Viana](https://github.com/estevaomrviana) 113. [Ivan Filho](https://github.com/ivanfilho21) 114. [Chirag Sukhala](https://github.com/chiragsukhala) +115. [afranio garcia](https://github.com/afranioag) From 12f46421f63c52fb28dfa8385d68d8f8e123a5c7 Mon Sep 17 00:00:00 2001 From: afranioag Date: Tue, 6 Oct 2020 22:11:41 -0300 Subject: [PATCH 2/2] correct way to create pull request --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3401443..a999c15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,9 @@ Star this repository. Fork this repository. -Clone the forked repository to your local machine. ( git clone ) +Clone the forked repository to your local machine. ( git clone ) +create a new branch. (git checkout -b new_branch) Add your name and profile link in README.md file. ( Open the file using any text editor ) Commit the message and put your Name as commit message. ( git add . & git commit -m "Your Name here" ) -Push the changes. ( git push origin master ) +Push the changes. ( git push origin new-branch ) Create a pull request.