Skip to content
Patrik Schönfeldt edited this page Mar 7, 2019 · 15 revisions

Getting started

How To

Contributing

  • General information can be found in the CONTRIBUTING.md.
  • When contributing code, the Style Guide should be followed. For hints on good commit messages, see this marvellous guide to git commit messages.
  • Starting from v1.0, this repository follows the git flow workflow.
    • Release branches are named v${major}.${minor}, e.g. v1.0.
    • Feature branches are named features/*