Documentation for Scumblr is available in the Scumblr wiki
The Scumblr team is following a very simple branching model. We use master as the production branch, and all other branches are used for features or bugs. We do not maintain a dev only branch, staging, etc.
Contributions will be accepted to the master only.
-
If it is a major feature, please create an Issue and discuss it with the project leaders.
-
If in step 1 you get an acknowledge from the project leaders, use the following procedure to submit a patch:
a. Fork Scumblr on github ( http://help.github.com/fork-a-repo/ )
b. Create a topic branch (git checkout -b my_branch)
c. Push to your branch (git push origin my_branch)
d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )
e. We'll review your pull request and merge when approved!
For minor fixes just open a pull request to the master branch on Github.
If you have questions or want to report a bug please create an Issue or hop into our Gitter