mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add a 'more version details' box to the GitHub bug issue template
#minor-release PiperOrigin-RevId: 537893360
This commit is contained in:
parent
6b7b97ccfe
commit
d328e62f69
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -17,7 +17,7 @@ body:
|
||||
tracker: https://github.com/google/ExoPlayer/issues?q=is%3Aissue
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Media3 Version
|
||||
label: Version
|
||||
description: What version of Media3 (or ExoPlayer) are you using?
|
||||
options:
|
||||
- Media3 1.1.0-beta01
|
||||
@ -34,6 +34,7 @@ body:
|
||||
- Media3 1.0.0-alpha02
|
||||
- Media3 1.0.0-alpha01
|
||||
- Media3 `main` branch
|
||||
- Media3 pre-release (alpha, beta or RC not in this list)
|
||||
- ExoPlayer 2.18.7
|
||||
- ExoPlayer 2.18.6
|
||||
- ExoPlayer 2.18.5
|
||||
@ -55,6 +56,12 @@ body:
|
||||
- Older (unsupported)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: More version details
|
||||
description: |
|
||||
Required if you selected `main` or `dev-v2` (please provide an exact commit SHA),
|
||||
or 'pre-release' or 'older' (please provide the version).
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Devices that reproduce the issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user