# Contributing ## Style Ensure that the code passes the `ktlint` task, and that there are no `detekt` issues present. All commits should follow the conventional changelog style. More information can be found at [Commitizen](https://github.com/commitizen/cz-cli). ## Pull Request Process 1. Fork it () 2. Create your feature branch (`git checkout -b feat/foobar`) 3. Commit your changes (`git commit -am 'feat: add some foobar'`) 4. Push to the branch (`git push origin feat/foobar`) 5. Create a new Pull Request