media/.github/ISSUE_TEMPLATE/bug.yml
tonihei 8a9c51a8a2 Update docs and READMEs for media3 stable release
- 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
2023-03-14 09:16:04 +00:00

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