Contributing
January 23, 2016 ยท View on GitHub
- 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