Contributing
Forking
Development
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
)
Testing
- Ensure all unit and doctests pass:
mix test
- Ensure all style and consistency checks pass:
mix credo --strict
- Ensure no dialyzer warnings:
mix dialyze