From adedc052f0a65dffa7bd3d35e3c7be02f7e66086 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 3 Jun 2024 12:07:51 +0200 Subject: [PATCH] chore: update bug report template (#3873) * chore: update bug report template * update description --- .github/ISSUE_TEMPLATE/bug-report.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 11af4a62..ff7a3619 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,6 +18,8 @@ body: - type: dropdown id: platforms + validations: + required: true attributes: label: What platforms are you having the problem on? multiple: true @@ -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