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:
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user