12 lines
250 B
Markdown
12 lines
250 B
Markdown
# 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).
|