Skip to content

Information for Developers

Daniel edited this page Apr 19, 2016 · 1 revision

Branches

develop

Our Main Branch is "develop". If you like to work on a issue, create a branch based on develop. After you have finished your implementation, create a pull request.

Pull Request are reviewed by other organization members. A PR should be merged to develop. A Merge is allowed if the build was successful and somebody else has reviewed the sources and marked the review with a ":+1".

beta

This branch will be updated from "develop" to prepare a release. Only fixes for stabilization are allowed to be merged to this branch directly. Releasable sources will be merged to master.

master

Releasable sources (stable). Based on these sources release packages are created and modules are deployed.

Clone this wiki locally