Skip to content
Jesse Chan-Norris edited this page Aug 11, 2013 · 1 revision

Contributing code to AwesomeBits is really quite straight forward:

  1. Fork the repository into your own account
  2. Create a new branch for the feature you are working on (don't work on it in your own master)
  3. Make sure you write tests
  4. Reference the original Github Issue in your commit (if there is one)
  5. Submit a pull request from that branch

All of the discussion for bug fixes / existing feature requests should be done in the Issue comments so we can keep track of everything.

Clone this wiki locally