Skip to content

How to Contribute

Aditya Gupta edited this page Mar 29, 2025 · 1 revision

Contributing to Fineract Client Kmp SDK

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. In case of multiple commits squash them. You can find guide here: how to squash commits
  5. Clear the checks and make sure build is successfull
  6. Push your branch (git push origin my-new-feature)
  7. Create a new Pull Request, following the template
Clone this wiki locally