Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 638 Bytes

Setup

  1. Clone the repository
  2. yarn

Usage

Fix code style

yarn fix

Validate changes

yarn validate

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, except that we do not use scope and body is always optional.

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