We'd love to accept your contributions to this App. There are just a few steps you need to follow.
Important
You must point your PR to the develop
Branch.
Update your branch develop in your local repository before push
- fix/ -> Bugs, small fixes like typos.
- feature/ -> New functionalities.
- chore/ -> Changes that not affect the production code like update dependencies.
- refactor/ -> Code refactor.
- test/ -> Add missing test.
When you clone this repository a git hook is going to be installed in your local git. The git hooks are:
- pre-commit.
- pre-push.
- A script runs Ktlint format it is going to format your code before commit.
- A script runs all the unit tests to verify that none of the tests are broken.
- A script runs all UI test locally.
Warning
YOU MUST HAVE A EMULATOR OR PHYSICAL DEVICE CONNECTED OR RUNNING.
Please correct any failures before requesting a review.