Step into Open Source Contribution - My First PR

Cheuk Ting Ho

@cheukting_ho

Cheukting

1. GitHub account

https://github.com/

3. Use Git

Linux: included as default

Mac: install Xcode CLT

Window: Git for Windows

4. Fork the project

6. Go into the folder

cd first-timers/

7. New branch

git checkout -b <new_branch>

9. Commit changes

git commit -a -m "My first PR."

10. Push to GitHub

git push --set-upstream origin <your branch>

11. Create a PR

Β 

Celebrate!!🍾πŸ₯‚πŸ»πŸ’ƒπŸ•Ί

You have created your first PR!!!!

Join us to Open Source Contribute

Step into Open Source Contribution - My First PR

By Cheuk Ting Ho

Step into Open Source Contribution - My First PR

A step by step guide to making your first pull request (PR) in GitHub. As most open-source projects are hosted on GitHub, it will be the first thing you have to learn if you want to contribute to open-source projects. Also, you will have git setup and learn how to start using git.

  • 3,938