Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 494 Bytes

CONTRIBUTIONS.md

File metadata and controls

10 lines (10 loc) · 494 Bytes

Procedure for adding new features

  • Pitch idea in slack
  • Issue created in Github
  • Develop the feature in a separate feature-branch
    • Feature branch names should start with the issues number and is allowed to contain letters and underscores, for instance: 12_add_new_awesome_feature
    • Remember to write unit tests for your code
  • Announce finished feature as pull request
  • Pull request reviewed by at least 1
  • Merge to development branch when ready
  • Merge into master when we all agree