mirror of
https://github.com/wickedest/Mergely.git
synced 2026-04-09 10:48:40 +08:00
17 lines
227 B
Markdown
17 lines
227 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).
|
|
|
|
To create a commit, run:
|
|
```bash
|
|
npx commit
|
|
```
|