Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 387 Bytes

Contributing to Mergely

Testing

npm run test

Conventional commits

Mergely is using conventional commits, and standard-version.

To set up conventional commits, run:

git config core.hooksPath .git-hooks

To create a commit, run:

npx commit