Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 933 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 933 Bytes

Contributing

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.