Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 837 Bytes

contributing.md

File metadata and controls

20 lines (14 loc) · 837 Bytes

Contributing

Contributions Guide

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.

  1. Fork the project & clone locally.
  2. Create an upstream remote and sync your local copy before you branch.
  3. Branch for each separate piece of work.
  4. Do the work, write good commit messages, and read the CONTRIBUTING file if there is one.
  5. Push to your origin repository.
  6. Create a new PR in GitHub.
  7. Respond to any code review feedback.

Resources

Follow these step by step guicdes to making good pull requests.