Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 335 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 335 Bytes

Contributing

  • Fork this repository
  • Create your feature branch (git checkout -b new-feature)
  • Write your amazing new feature (and tests!)
  • Make sure the tests pass (mix test)
  • Commit your changes (git commit -am 'This will make it better')
  • Push to the branch (git push origin new-feature)
  • Create a new Pull Request