- Make sure there's not already an issue (open or closed) regarding your issue.
- Include detailed information and steps to reproduce. Any issues opened with no description will be ignored.
- Submit an issue describing your proposed change to the repo in question.
- The repo owner will respond to your issue promptly.
- Fork the desired repo, develop and test your code changes.
- Ensure that your code adheres to the existing style in the sample to which
you are contributing. Refer to the
[Android Code Style Guide]
(https://source.android.com/source/code-style.html) for the
recommended coding standards for this organization and pass the
gradlew check
task. - Ensure that your code has an appropriate set of unit tests which all pass.
- Submit a pull request.
Always welcome. Please reference the issue number you're addressing in the PR, and let us know in the issue tracker if you're working on it.