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
|
- type: dropdown
|
||||||
id: platforms
|
id: platforms
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What platforms are you having the problem on?
|
label: What platforms are you having the problem on?
|
||||||
multiple: true
|
multiple: true
|
||||||
@ -28,6 +30,25 @@ body:
|
|||||||
- visionOS
|
- visionOS
|
||||||
- Android TV
|
- Android TV
|
||||||
- Apple tvOS
|
- 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
|
- type: dropdown
|
||||||
id: architecture
|
id: architecture
|
||||||
|
Loading…
Reference in New Issue
Block a user