Guidelines on filing issues + release notes update.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117220082
This commit is contained in:
olly 2016-03-15 02:45:55 -07:00 committed by Oliver Woodman
parent 300b58e530
commit 02a2d5f932
2 changed files with 25 additions and 6 deletions

View File

@ -1,7 +1,20 @@
# How to Contribute #
# How to contribute #
We'd love to hear your feedback. Please open new issues describing any bugs,
feature requests or suggestions that you have.
## Reporting issues ##
We use the [GitHub issue tracker](https://github.com/google/ExoPlayer/issues)
to track bugs, feature requests and questions.
Before filing a new issue, please search the tracker to check if it's already
covered by an existing report. Avoiding duplicates helps us maximize the time we
can spend fixing bugs and adding new features.
If you're filing a bug, be sure to provide enough information for us to
efficiently diagnose and reproduce the problem.
[Reporting an issue](https://google.github.io/ExoPlayer/2015/10/01/reporting-issues.html)
gives some examples of what to include.
## Pull requests ##
We will also consider high quality pull requests. These should normally merge
into the [dev][] branch rather than master. To contribute in this way you must
@ -9,11 +22,10 @@ first submit a Contributor License Agreement, as described below.
[dev]: https://github.com/google/ExoPlayer/tree/dev
## Contributor License Agreement ##
## Contributor license agreement ##
Contributions to any Google project must be accompanied by a Contributor
License Agreement. This is not a copyright **assignment**, it simply gives
License Agreement. This is not a copyright **assignment**, it simply gives
Google permission to use and redistribute your contributions as part of the
project.

View File

@ -1,5 +1,12 @@
# Release notes #
### r1.5.5 ###
* DASH: Enable MP4 embedded WebVTT playback (#1185)
* HLS: Fix handling of extended ID3 tags in MPEG-TS (#1181)
* MP3: Fix incorrect position calculation in VBRI header (#1197)
* Fix issue seeking backward using SingleSampleSource (#1193)
### r1.5.4 ###
* HLS: Support for variant selection and WebVtt subtitles.