# Contributing

Issues and pull requests are welcome.

Before opening a pull request, run:

```shell
mix format
mix test --cover
mix credo --strict
```

Do not edit `CHANGELOG.md` in a contributor pull request; maintainers will update it.

This project follows the [Code of Conduct](CODE_OF_CONDUCT.md).
