Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 1.03 KB

Contributing

clone the project run in android studio and make changes and use Pull Request to make changes make sure all test pass

Translations

Please translate only string resources specified in strings.xml. Others have been marked as non-translatable. It is recommended that you use Android Studio Translations Editor to check for missing translations.

Lint checking

Lint is turned on and has been set to be very strict, failing build for either warnings or errors. Please make sure your changes do not violate any Lint checks. Exceptions (ignore/severity override) can be made on case by case basis.

Code style

Though not strictly enforced, it is strongly recommended that you follow Android code style, or at the very least follow the existing code style where you make changes for consistency. If needed, please separate commits for code style and business logic changes.