- Fork
ecto_commons
- Create a topic branch
- Make logically-grouped commits with clear commit messages
- Push commits to your fork
- Open a pull request against
ecto_commons/master
Please, make sure that all these commands succeed before pushing anything:
mix test
mix credo --strict
mix dialyzer
(it may take long on the first run)
If you believe there to be a bug, please provide the maintainers with enough detail to reproduce or a link to an app exhibiting unexpected behavior. For help, please start with Stack Overflow.