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