View Source Contributing to Recase

Pull Requests Welcome

  1. Fork recase
  2. Create a topic branch
  3. Make logically-grouped commits with clear commit messages
  4. Push commits to your fork
  5. Open a pull request against recase/master

Development

Please, make sure that all these commands succeed before pushing anything:

  1. mix test
  2. mix credo --strict
  3. 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.