Your first contribution/pull-request

Follow the steps below

  1. Fork this repository
  2. Clone your forked repository to your local system by running git clone https://github.com/<username>/first-pr.git
  3. cd first-pr
  4. Add your name to names.txt in a new line
  5. git commit -am “added <your_name>”
  6. git push origin master
  7. Go to your forked repository on GitHub and click on Pull Request
  8. Raise the pull request
  9. Wait for us to merge it
  10. Celebrate your first PR!