Skip to content
(Stein) Runar Bergheim edited this page Jul 16, 2015 · 10 revisions

Contribution guidelines

  • Use four spaces for indentation - NO tabulators
  • Leave empty line at end of every file
  • For new independent features, create a new branch named feature/[name of feature]
  • For bug fixes, create new branch named bugfix/[name of feature]
  • Use pull requests when you wish to merge your work - NO commits directly to master or dev
Clone this wiki locally