Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Guidelines

Michaela edited this page Feb 3, 2016 · 4 revisions

Coding

Code formatting and quality is checked by eslint. Run gulp lint in the project repo.

Informal agreements:

  • write functions
  • avoid else

Commits

Commit messages should follow the angular commit message guidelines

Releases

Currently the code is released from release

Version numbers will follow breaking change.feature.fix

Clone this wiki locally