Skip to content

Developer Guide

Mose edited this page Jul 9, 2013 · 4 revisions

tasks and ideas management

We use trello as our issue tracking system.

Git branches

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.

Testing

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.

Clone this wiki locally