Github cheatsheet

How to fork a repository

How to submit a pull request

To submit a pull request, go to a repository that you forked. Ex. "https://github.com/yourusername/repositoryname/"

Select the "Pull Requests" tab.

Click on "New pull request".

See if the changes shown are correct and then click "Create pull request".

Fill in a title for the pull request and click on "Create".

You are done and the pull request will look something like this:

You can click on the "Files changed" tab to see the changes that was made.

How to edit a file

Go to your repository

...

How to upload an image

How to create a new repository