=> Find a project you want to contribute to. => Fork it. => Clone it to your local system. => Make a new branch. => Make your changes. => Push it back to your repo. => Click the Compare & pull request button. => Click Create pull request to open a new pull request.
- On GitHub.com, navigate to the main page of the repository.
- Above the list of files, click Code.
- Copy the URL for the repository.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier.
- Press Enter to create your local clone.