Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 490 Bytes

Contributing Guidelines

Basic Informations

We use the Git Flow branching strategy.

Branches

main (default branch)

  • not pushable
  • contains production code

dev (active developement)

  • contains code of future releases

Feature branch (ever feature has its on)

  • for every new feature collection, a new one gets created
  • after the feature is finished, it gets merged into dev and deleted