Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 580 Bytes

Thanks for thinking about this :)

You can contribute to this library by filing issues, bugs, and Pull requests.

Code contribution

  • Open issue/Pull request regarding the proposed change.
  • If your proposed change is approved, Fork this repo and make changes.
  • Open Pull request against latest development branch. Add a nice description in PR.
  • And that's it!

Contribution checklist

  • New code addition/deletion should not break the existing flow of a system.
  • All tests should be passed.
  • Verify ./gradlew detekt is passing before creating a Pull request.