Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

41 lines (23 loc) · 1.8 KB

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!

Sign the CLA

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!

Issues and Feature Requests

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:

  1. Overview: What is the bug or feature request you are describing?

  2. Device, OS: If this is a bug, which Android hardware and operating system are you using? (ex. Nexus 5, OS 4.4.2)

  3. Related issues: Have similar issues been reported before?

  4. 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!

Submitting a Pull Request

When submitting a pull request, please ensure that you have done the following:

  1. Signed the CLA.

  2. Ensured that your code adheres to the Google Java Style Guide and the Android Code Style Guide.

  3. Clearly explained what feature are implementing or what bug you are fixing.

  4. Outlined how you fixed the bug or implemented the feature.