mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
1 changed files with 8 additions and 1 deletions
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
|
tracker: https://github.com/google/ExoPlayer/issues?q=is%3Aissue
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Media3 Version
|
label: Version
|
||||||
description: What version of Media3 (or ExoPlayer) are you using?
|
description: What version of Media3 (or ExoPlayer) are you using?
|
||||||
options:
|
options:
|
||||||
- Media3 1.1.0-beta01
|
- Media3 1.1.0-beta01
|
||||||
|
|
@ -34,6 +34,7 @@ body:
|
||||||
- Media3 1.0.0-alpha02
|
- Media3 1.0.0-alpha02
|
||||||
- Media3 1.0.0-alpha01
|
- Media3 1.0.0-alpha01
|
||||||
- Media3 `main` branch
|
- Media3 `main` branch
|
||||||
|
- Media3 pre-release (alpha, beta or RC not in this list)
|
||||||
- ExoPlayer 2.18.7
|
- ExoPlayer 2.18.7
|
||||||
- ExoPlayer 2.18.6
|
- ExoPlayer 2.18.6
|
||||||
- ExoPlayer 2.18.5
|
- ExoPlayer 2.18.5
|
||||||
|
|
@ -55,6 +56,12 @@ body:
|
||||||
- Older (unsupported)
|
- Older (unsupported)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Devices that reproduce the issue
|
label: Devices that reproduce the issue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue