mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
- The ExoPlayer docs will link to the media3 ones (for now, we can permanently redirect once no further stand-alone ExoPlayer release is published). - Contibuting issues and PRs should only happen on the media3 repo. - The media3 README is updated to remove any pre-release status information. PiperOrigin-RevId: 516234594
19 lines
562 B
YAML
19 lines
562 B
YAML
name: Bug Report
|
|
description: Report a bug in the ExoPlayer library
|
|
labels: ["bug", "needs triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please do not file new issues in this repository.**
|
|
|
|
All new bugs should be filed in the
|
|
[Media3 issue tracker](https://github.com/androidx/media/issues/new?template=bug.yml).
|
|
|
|
We will continue to update and reply to existing issues in this repository
|
|
and will keep existing feature requests active.
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug
|
|
validations:
|
|
required: true
|