Skip to content

Commit

Permalink
Tweak wording of exoplayer2 bug template
Browse files Browse the repository at this point in the history
This ensures the link to the new project is included in the filed issue. Currently it's only visible when filing. Example of current result: #11367

PiperOrigin-RevId: 595643883
(cherry picked from commit 14bef9e)
  • Loading branch information
icbaker committed Jan 4, 2024
1 parent 5d4b706 commit 9c9f5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: This project is deprecated
description: >
Please file your issue in the Media3 issue tracker:
https://github.com/androidx/media/issues/new?template=bug.yml
https://github.com/androidx/media
labels: ["won't fix: infeasible"]
body:
- type: markdown
attributes:
value: |
**This project is deprecated. Please do not file new issues in this repository. They will be closed with no response.**
All new bugs should be filed in the [Media3 issue tracker](https://github.com/androidx/media/issues/new?template=bug.yml).
All new issues should be filed in the [Media3 issue tracker](https://github.com/androidx/media/issues/new/choose).
We will continue to update and reply to existing issues in this repository, and will keep existing feature requests active.
- type: checkboxes
attributes:
label: This project is deprecated
options:
- label: I understand this project is deprecated and this issue will be closed with no response.
- label: I understand this project is deprecated, that I should file my issue in the [Media3 issue tracker](https://github.com/androidx/media/issues/new/choose) instead of here, and this issue will be closed with no response.
required: true

0 comments on commit 9c9f5a0

Please sign in to comment.