Before submitting a pull request, please make sure that it abides by the following rules:
Make sure that your pull request is based off of the latest master
branch.
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.
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