Process Flow - Fork and pull request workflow
Fork repository
Clone fork locally
Create new branch
Make changes & commit
Push branch to fork
Open pull request
Review & merge by original repo
Pull updates to local repo
This flow shows how you copy a repo (fork), work on your copy, then ask the original repo to add your changes via a pull request.