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