chore: update bug report template (#3873)
* chore: update bug report template * update description
This commit is contained in:
parent
a604cd750a
commit
adedc052f0
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -18,6 +18,8 @@ body:
|
||||
|
||||
- type: dropdown
|
||||
id: platforms
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: What platforms are you having the problem on?
|
||||
multiple: true
|
||||
@ -29,6 +31,25 @@ body:
|
||||
- Android TV
|
||||
- Apple tvOS
|
||||
|
||||
- type: input
|
||||
id: system_version
|
||||
attributes:
|
||||
label: System Version
|
||||
description: What version of the system is using device that you are experiencing the issue?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: device
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: On what device are you experiencing the issue?
|
||||
multiple: true
|
||||
options:
|
||||
- Real device
|
||||
- Simulator
|
||||
|
||||
- type: dropdown
|
||||
id: architecture
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user