- Understand what GitHub is used for
- Repo = project folder online
- Fork = your copy of a repo
- Clone = download a repo to your computer
- Branch = safe place to work
- PR = request to merge your changes
- Create a GitHub account
- Star a repo you like
- Open an issue and read comments
<!-- Screenshot: GitHub repo page -->
- Read: How to Fork