- Boaty McBoatface, 18th August 2025
For GitHub repositories you didn't create yourself1, the default way to contribute is:
- Fork the repository.
- Create a new branch.
- Push some changes to that branch.
- Create a pull request.
In this repository, we're going to walk through a pared down example of what that looks like.
For repositories you do have write access to (if you don't know what that means don't worry!), the process is very similar, except you won't need to create a fork.
For each section, just follow the link, and the instructions will walk you through each step. Each section has a link to the next section at the bottom, so you can easily navigate through the process.
3: Pushing changes.
Bonus: Pushing changes to Jupyter notebooks.
Footnotes
-
Technically, repositories for which you don't have write access, although in practice these generally overlap. ↩