chore: update bug report template (#3873)

* chore: update bug report template

* update description
This commit is contained in:
Krzysztof Moch 2024-06-03 12:07:51 +02:00 committed by GitHub
parent a604cd750a
commit adedc052f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: