Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.14 KB

Contributing to CrossBridge

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)

Reporting Bugs

GitHub Issue Tracker

Contributing

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).

Step

  1. Fork the develop branche: master-dev or a feature branch into another feature branch named "feature/<name of feature>"

  2. Commit updates and bug fixes

  3. Make pull request

Notes

Do NOT send pull request to master branch, please use the others.

BE CONSISTENT.