Step into Open Source Contribution - My First PR
Cheuk Ting Ho

@cheukting_ho

Cheukting
1. GitHub account
2. Find a project
4. Fork the project
5. Clone project
6. Go into the folder
cd first-timers/
7. New branch
git checkout -b <new_branch>
8. Make changes
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!!!!