Please follow these steps when submitting pull requests. If the list below seems complicated don't give up hope! instead skip to the tutorial in the Resources section below.
- Fork the project & clone locally.
- Create an upstream remote and sync your local copy before you branch.
- Branch for each separate piece of work.
- Do the work, write good commit messages, and read the CONTRIBUTING file if there is one.
- Push to your origin repository.
- Create a new PR in GitHub.
- Respond to any code review feedback.
Follow these step by step guicdes to making good pull requests.