Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

Contribution Guidelines

Please try to keep things in good shape and comply to what's there.

This project follows Android best practices so please have a look if you've never heard of them.

The code is formatted according to Android Studio's standard, with the exception of indent being tabs instead of spaces and all alignment disabled.

If you enable EditorConfig support (disabled by default, go to SettingsEditorCode StyleEnable EditorConfig support), the .editorconfig file will automatically override your settings.

Use the feature branch workflow to add new features and make sure to squash when merging into master:

$ git merge cool_feature --squash

Then write a good commit message to keep the history meaningful and useful. One feature, one commit.