For those of us who have a github.com account, but only get a nasty error message when we type "git" into the command-line, here's how to do it all in your browser :)
- Same as Tim and Farhan wrote: Fork your own copy of the project:
- After a few seconds, you'll be redirected to your own forked copy of the project:
- Navigate to the file(s) you need to change and click "Edit this file" in the toolbar:
- After editing, write a few words describing the changes and then "Commit changes", just as well to the master branch (since this is only your own copy and not the "main" project).
- Repeat steps 3 and 4 for all files you need to edit, and then go back to the root of your copy of the project. There, click the green "Compare, review..." button:
- Finally, click "Create pull request" ..and then "Create pull request" again after you've double-checked your request's heading and description: