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.
- Fork it (https://github.com/chesire/lifecyklelog/fork)
- Create your feature branch (
git checkout -b feat/foobar
) - Commit your changes (
git commit -am 'feat: add some foobar'
) - Push to the branch (
git push origin feat/foobar
) - Create a new Pull Request