1. Fork it ( ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Make your changes, with new passing tests. Follow this [style guide]. 4. Run the [Elixir formatter]. 5. Execute all tests. 6. Commit your changes (`git commit -am 'Add some feature'`) 7. Push to the branch (`git push origin my-new-feature`) 8. Create a new Pull Request [style guide]: https://github.com/christopheradams/elixir_style_guide [Elixir formatter]: https://hexdocs.pm/mix/master/Mix.Tasks.Format.html