Forking and Pull Request! - barrycumbie/solid-fishstick-snowcats GitHub Wiki
Forking
- Step 1: Find a repo you want to fork.
- Step 2: Fork the repo (shown below)

Navigate to your forked repo
- Go to your profile, and then your repos

- Clone the repo with this link (shown below)

Edit the repo with your desired IDE.
- When you are done editing and have pushed your changes, it's time for a pull request!
- Navigate to the original repo you started the fork from
- Select pull requests
- in the base repository, select the original repo
- in the head repository, select your fork you wish to merge.
- Submit your pull request and hope it is accepted by the owner!