- Make sure you have Elixir 1.15+ installed
- Clone the repo
- Run
mix deps.get
- Run
mix test
- 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.