How to Contribute - openMF/fineract-client-kmp-sdk GitHub Wiki
Contributing to Fineract Client Kmp SDK
- Fork it
- Create your feature branch
(git checkout -b my-new-feature)
- Commit your changes
(git commit -m 'Add some feature')
- In case of multiple commits squash them. You can find guide here: how to squash commits
- Clear the checks and make sure build is successfull
- Push your branch
(git push origin my-new-feature)
- Create a new Pull Request, following the template