# Contributing

Fork, then clone the repo:

    git clone git@github.com:your-username/cassete-elixir.git

Fetch the dependencies:

    $ mix deps.get

Make sure the tests pass:

    $ mix test

Make your change. Add tests for your change. Make the tests pass:

    $ mix test

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/locaweb/cassete-elixir/compare/

Some things that will increase the chance that your pull request is accepted:

* Write tests.
* Write a [good commit message][commit].

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
