Packages

RFC 9110 entity tags and If-Match / If-None-Match for Elixir.

Current section

Files

Jump to
http_etag CONTRIBUTING.md
Raw

CONTRIBUTING.md

# 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).