From ce0c113a1993dea90e9834105c01234607587ef3 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:33:14 +0200 Subject: [PATCH] chore: update bug template to get free field for version (#3714) * fix(ts): onPlaybackRateChangeData was not correctly typed * fix: ensure tracks are well displayed in the sample * fix(ios): ensure duration is correct when starting a live playback * chore: move ticket version to a free text field instead of dropDown --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 657e26c4..575ecdc7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,14 +8,11 @@ body: attributes: value: Thanks for taking the time to fill out this bug report! - - type: dropdown + - type: textarea id: version attributes: label: Version - description: What version are you using? - options: - - v6 (Beta) - - v5 (Stable) + description: What version are you using? Put the exact version from your package.json validations: required: true