Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 648 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 648 Bytes

Contributing to ueberauth_auth0

Pull Requests Welcome

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