Salamat po for adding more resources to this repository for our fellow Filipino Programmers. While most resources available online is English and from other countries, we encourage you to add resources made by our our fellow Pinoy Developers.
- You should have an account on GitHub.
- You should have git installed on your computer.
- Optional for beginners, please install github desktop app to easily manage your github repository.
Fork the repository by clicking on FORK button in the upper-right corner of the page.
Clone the repository that you forked on your computer using git bash command line or github desktop app.
Create a new Branch.
Add your contributions and details.
Go to file "CONTRIBUTORS.md" file and add you name. (Optional)
Commit and push your changes.
git add .
git commit -m "added first commit"
git push origin your-branch-name
Now, go to your forked repository on GitHub and click "New Pull request".
Congratulations !!! You have successfully made your first contribution on GitHub.