1# How to contribute # 2 3## Reporting issues ## 4 5We use the [GitHub issue tracker](https://github.com/google/ExoPlayer/issues) 6to track bugs, feature requests and questions. 7 8Before filing a new issue, please search the tracker to check if it's already 9covered by an existing report. Avoiding duplicates helps us maximize the time we 10can spend fixing bugs and adding new features. 11 12When filing an issue, be sure to provide enough information for us to 13efficiently diagnose and reproduce the problem. In particular, please include 14all of the information requested in the issue template. 15 16## Pull requests ## 17 18We will also consider high quality pull requests. These should normally merge 19into the `dev-v2` branch. Before a pull request can be accepted you must submit 20a Contributor License Agreement, as described below. 21 22[dev]: https://github.com/google/ExoPlayer/tree/dev 23 24## Contributor license agreement ## 25 26Contributions to any Google project must be accompanied by a Contributor 27License Agreement. This is not a copyright **assignment**, it simply gives 28Google permission to use and redistribute your contributions as part of the 29project. 30 31 * If you are an individual writing original source code and you're sure you 32 own the intellectual property, then you'll need to sign an [individual 33 CLA][]. 34 35 * If you work for a company that wants to allow you to contribute your work, 36 then you'll need to sign a [corporate CLA][]. 37 38You generally only need to submit a CLA once, so if you've already submitted 39one (even if it was for a different project), you probably don't need to do it 40again. 41 42[individual CLA]: https://developers.google.com/open-source/cla/individual 43[corporate CLA]: https://developers.google.com/open-source/cla/corporate 44