-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Guide
Mose edited this page Jul 9, 2013
·
4 revisions
We use trello as our issue tracking system.
We use Git Flow for our branching strategy. Therefore, master is not open for commit unless for release. Current development happens on feature branches originated from the develop branch, or on develop branch directly.
We use rspec for the tests. Each test should be as isolated as possible. If you add a new feature, please add the test for it as well.