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
This commit is contained in:
Olivier Bouillet 2024-04-25 11:33:14 +02:00 committed by GitHub
parent d56b251aef
commit ce0c113a19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,11 @@ body:
attributes: attributes:
value: Thanks for taking the time to fill out this bug report! value: Thanks for taking the time to fill out this bug report!
- type: dropdown - type: textarea
id: version id: version
attributes: attributes:
label: Version label: Version
description: What version are you using? description: What version are you using? Put the exact version from your package.json
options:
- v6 (Beta)
- v5 (Stable)
validations: validations:
required: true required: true