Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Contributing code

Ed Finkler edited this page Apr 5, 2013 · 1 revision

Contributing code

Here are the steps you should follow for contributing code

  1. Make an issue, or claim an issue, in the issue tracker
  2. Fork our repo, or make sure your existing fork is up to date
  3. Create a development branch for this issue
  4. Make your changes
  5. Create a pull request from your fork & branch
  6. Wait for feedback. We'll review your PR and either accept it, or make suggestions for improvement.

More reading: How to GitHub: Fork, Branch, Track, Squash and Pull Request