View Source Contributing to Recase
Pull Requests Welcome
- Fork
recase
- Create a topic branch
- Make logically-grouped commits with clear commit messages
- Push commits to your fork
- Open a pull request against
recase/master
Development
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)
Issues
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.