Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Git workflow

ColinDuquesnoy edited this page Dec 17, 2014 · 2 revisions

The master branch is the default branch. It represents the latest state of development.

Stable releases can be found in the release section. We make a tag for every stable release.

New features are developed in a separate feature branch and merged into the master by submitting a pull request.

Bug fixes are fixed in a separate bugfix branch and merged into the master by submitting a pull request.

It is OK to push documentation or trivial fixes directly to the master.