#12 Contributing to GitHub Projects (Git and GitHub Tutorials from Scratch)

#12 Contributing to GitHub Projects (Git and GitHub Tutorials from Scratch)

Contribution Process on GitHub

Welcome to another part of the github tutorials. In this part, you will learn how to
contribute with other repositories on Github. For example imagine that you want to
update someone else’s project and then apply those changes on that repository. The
first step is to pull that repository and then make your desired changes . Afterward,
you can use the Fork command to create a fork from that repository and push it to Github.
Then, you can click on the contribute option in the repository in order to send a pull request.
The owner of that repository will see your changes and if there is no conflict, he or she will
merge that to the main branch of the repository.

Watch The Video on Youtube