# Contribute

Please contribute! Here are some things that would be great:

- [Open an issue!](https://github.com/mntnr/name-your-contributors/issues/new)
- Open a pull request!
- Say hi! 👋

Please abide by the [code of conduct](CODE_OF_CONDUCT.md).

## Commits

Please conform to the [Angular commit convention](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) when committing, and in your pull requests. We use [semantic-release](https://github.com/semantic-release/semantic-release) to semantically understand what is happening in commits, to generate changelogs automatically, and to publish to npm.

You can also use [`commitizen`](https://github.com/commitizen/cz-cli) to write valid commit messages either using `npm run commit` or `git cz` if you have globally installed `commitizen`.
