#Contributing to Google Media Framework - Android
Open source projects thrive because of contributions from the developer communitity. Thank you for considering contributing to Google Media Framework - Android!
Please sign our Contributor License Agreement (CLA) before sending pull requests. For any code changes to be accepted, the CLA must be signed. It's a quick process, we promise!
- For individuals we have a simple click-through form.
- For corporations we'll need you to print, sign and one of scan+email, fax or mail the form.
If you've found a bug in the code, please submit an issue.
If you have a request for a new feature, please submit an issue describing the feature.
Ensure that your issue includes the following information:
-
Overview: What is the bug or feature request you are describing?
-
Device, OS: If this is a bug, which Android hardware and operating system are you using? (ex. Nexus 5, OS 4.4.2)
-
Related issues: Have similar issues been reported before?
-
Suggest a fix: If you can't fix the bug or implement the feature, but you know a good way to do it, please let us know!
When submitting a pull request, please ensure that you have done the following:
-
Signed the CLA.
-
Ensured that your code adheres to the Google Java Style Guide and the Android Code Style Guide.
-
Clearly explained what feature are implementing or what bug you are fixing.
-
Outlined how you fixed the bug or implemented the feature.