Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 684 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 684 Bytes

Contributing to EctoAutoslugField

Pull Requests Welcome

  1. Fork ecto_autoslug_field
  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 ecto_autoslug_field/master

Development

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

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