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. 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)