diff --git a/git-and-github-cheat-sheet.adoc b/git-and-github-cheat-sheet.adoc index aba01a9..e586d71 100644 --- a/git-and-github-cheat-sheet.adoc +++ b/git-and-github-cheat-sheet.adoc @@ -32,14 +32,19 @@ |View all the settings with their origins. -|*Contribute to a project (pull request) on Githab.com* +|*Contribute to a project (pull request) on Github.com* | Steps to contribute to some project on the github: . Fork the project you want to contribute to. + . Clone the fork to your local system. + . Make a new custom (non-master) branch inside it. + . Make your changes. + . Push this branch to your Github account. + . Open a Pull Request on the Github.com for the project owner to review & merge.