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## Contributor license agreement ##
23
24Contributions to any Google project must be accompanied by a Contributor
25License Agreement. This is not a copyright **assignment**, it simply gives
26Google permission to use and redistribute your contributions as part of the
27project.
28
29  * If you are an individual writing original source code and you're sure you
30    own the intellectual property, then you'll need to sign an [individual
31    CLA][].
32
33  * If you work for a company that wants to allow you to contribute your work,
34    then you'll need to sign a [corporate CLA][].
35
36You generally only need to submit a CLA once, so if you've already submitted
37one (even if it was for a different project), you probably don't need to do it
38again.
39
40[individual CLA]: https://developers.google.com/open-source/cla/individual
41[corporate CLA]: https://developers.google.com/open-source/cla/corporate
42