Packages

RFC 7396 JSON Merge Patch for Elixir.

Current section

Files

Jump to
json_merge_patch 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).