Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 804 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 804 Bytes

Contributing to LightTube Android

Before submitting a pull request, please make sure that it abides by the following rules:

Proper base

Make sure that your pull request is based off of the latest master branch.

PR titles / content

Please make sure to follow the default PR template (available in .github/pull_request_template.md).

Also, make sure that your PR titles describe what it does in a brief but understandable way.

Code style

Make sure that your code follows the Google's Kotlin Style Guide, with the following exceptions:

  • Using tabs over 4 spaces
  • An if/else conditional that is used as an expression may omit braces