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:
parent
d56b251aef
commit
ce0c113a19
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user