View Source Contribution Guidelines

steps

Steps

  1. Fork the repo
  2. Make sure everything is working: mix test
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Make your changes
  5. Test your changes
  6. Commit your changes (git commit -am 'Add some feature')
  7. If needed please squash commits.
  8. Push to the branch (git push origin my-new-feature)
  9. Create a Pull Request