Skip to content

Workflow

Herman De Beukelaer edited this page Feb 18, 2016 · 5 revisions

The repository consists of two long living branches:

  • master
  • develop

The master branch is only updated when a new version is released. Each such update of master is tagged with a release version.

All development happens in the develop branch. For comprehensive features it is preferred to create a dedicated feature branch with a name like feature/* from develop and a corresponding pull request. Continuous integration is activated for all commits and pull requests. A pull request should never be merged into develop if the build fails.

For smaller changes it is allowed to commit directly to develop.

Clone this wiki locally