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

Latest commit

 

History

History
13 lines (7 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 700 Bytes

Development

Install Yarn, and install the dependencies - yarn install.

Run the Jest test suite with yarn test.

This project uses semantic-release for automated NPM package publishing.

The main caveat: instead of running git commit, run yarn commit and follow the prompts to input a conventional changelog message via commitizen.

Also, check Danger's guide on Phrasing to understand how to better use error messages to provide an impartial but polite feedback.

❤️