Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 427 Bytes

Contribution Guidelines

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