Skip to content

Commit

Permalink
chore: update bug report template (#3873)
Browse files Browse the repository at this point in the history
* chore: update bug report template

* update description
  • Loading branch information
KrzysztofMoch authored Jun 3, 2024
1 parent a604cd7 commit adedc05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ body:

- type: dropdown
id: platforms
validations:
required: true
attributes:
label: What platforms are you having the problem on?
multiple: true
Expand All @@ -28,6 +30,25 @@ body:
- visionOS
- 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
Expand Down

0 comments on commit adedc05

Please sign in to comment.