Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 715 Bytes

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>”

If you are committing for the first time, you will need to run the following two commands:
git config --global user.name "Your Name"
git config --global user.email "your_email_address@domain.com"

  1. git push origin master
  2. Go to your forked repository on GitHub and click on Pull Request
  3. Raise the pull request
  4. Wait for us to merge it
  5. Celebrate your first PR!