Contributing
Fork, then clone the repo:
git clone git@github.com:your-username/cassete-elixir.gitFetch the dependencies:
$ mix deps.getMake sure the tests pass:
$ mix testMake your change. Add tests for your change. Make the tests pass:
$ mix testPush to your fork and submit a pull request.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Write a good commit message.