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

Latest commit

 

History

History
33 lines (20 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 656 Bytes

Contributing

Linting & Testing

Make sure your changes are well covered by automated tests.

Run linter:

yarn lint

Run all tests locally:

yarn test

Committing

This project uses conventional commits. To enforce it, we're using Commitizen CLI tool.

New commits should be invoked by:

yarn commit

Code of Conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.