If you want to help or have idea, you can post in the forum or hop in the irc channel, if you are lucky somebody might be there. (#crossbridge on irc.freenode.net)
We are trying to convert to the git flow workflow. http://nvie.com/posts/a-successful-git-branching-model/
The current develop branch is master-dev (it will be rename to develop).
- gitflow should help you with the workflow: https://github.com/nvie/gitflow
- Sourcetree also help a lot with the nvie git workflow if you prefer a graphical user interface. It support gitflow. http://www.sourcetreeapp.com/
-
Fork the develop branche: master-dev or a feature branch into another feature branch named "feature/<name of feature>"
-
Commit updates and bug fixes
-
Make pull request
Do NOT send pull request to master branch, please use the others.
BE CONSISTENT.