Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 564 Bytes

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.

Pull Request Process

  1. Fork it (https://github.com/chesire/lifecyklelog/fork)
  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