forked from awesomefoundation/awesomebits
-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Jesse Chan-Norris edited this page Aug 11, 2013
·
1 revision
Contributing code to AwesomeBits is really quite straight forward:
- Fork the repository into your own account
- Create a new branch for the feature you are working on (don't work on it in your own master)
- Make sure you write tests
- Reference the original Github Issue in your commit (if there is one)
- 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.