Files
Mergely/CONTRIBUTING.md
Jamie Peabody 56e490745d refactor(es6): Refactoring for es6
mostly var => const/let changes
2021-11-28 14:14:09 +00:00

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
```