Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 670 Bytes

Contributing to Rocon

Contribution is always welcome. Below information should be useful when contributing to Rocon.

commit messages

Please follow conventional commits when writing commit messages. After npm install, a linter to force the convention is installed.

This repository is Commitizen-friendly.

npm scripts

  • test - Runs Jest.
  • test:watch - Runs Jest in watch mode.
  • build:ts - Runs TypeScript compiler.
  • watch:ts - Runs TypeScript compiler in watch mode. Useful for watching type errors.