- Clone repository
mix deps.get
to get dependenciesmix compile
to compile projectmix test
to run tests
- Fork the project
- Create a new topic branch to contain your feature, change, or fix.
- Make sure all the tests are still passing.
- Implement your feature, change, or fix. Make sure to write tests, update and/or add documentation.
- Push your topic branch up to your fork.
- Open a Pull Request with a clear title and description.