Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 650 Bytes

error vs. warning

Always use error for enabled rules, never warning. If the rule is too strict in some cases, violations should be addressed where they occur instead of spamming the lint output.

Commit Messages

We use semantic-release to automatically generate

  • version number
  • changelog
  • releases

This requires to write commit messages that follow the Angular commit message format.

Merge requests with a lot of intermediary commits must be cleaned up by force pushing rewritten commits.