From d328e62f69a9f5b4c40867139c4fcb35262df3b5 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 5 Jun 2023 16:10:35 +0000 Subject: [PATCH] Add a 'more version details' box to the GitHub bug issue template #minor-release PiperOrigin-RevId: 537893360 --- .github/ISSUE_TEMPLATE/bug.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 85fb7dc84f..d1fa32a127 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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