# Contributing to Mergely ## Testing ```bash npm run test ``` ## Conventional commits Mergely is using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0), and [standard-version](https://www.npmjs.com/package/standard-version). To set up conventional commits, run: ```bash git config core.hooksPath .git-hooks ``` To create a commit, run: ```bash npx commit ```