Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 756 Bytes

Contributing

Requirements

$ npm i

Test

$ npm t

Test with Drone

$ npm run ci-local

Build Docker image

$ npm run build

Commit Message Format

The commit message format of this project conforms to the AngularJS Commit Message Format. We validate the commit message with git's commit-msg hook using commitlint and husky.