Skip to content

Latest commit

History

History
26 lines (19 loc) 路 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) 路 1.07 KB

Feeling Awesome! Thanks for thinking about this.

You can contribute us by filing issues, bugs and PRs. You can also take a look at active issues and fix them.

If you want to discuss on something then feel free to present your opinions, views or any other relevant comment on discussions.

Code contribution

  • Open issue regarding proposed change.
  • If your proposed change is approved, Fork this repo and do changes.
  • Open PR against latest development branch. Add nice description in PR.
  • You're done!

How to Contribute

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Code contribution checklist

  • New code addition/deletion should not break existing flow of a system.
  • All tests should be passed.
  • Verify ./gradlew build is passing before raising a PR.
  • Reformat code with Spotless ./gradlew spotlessApply before raising a PR.