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