From bac76891b6e905e0ed2345f227da74c815012b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4limaa?= Date: Mon, 6 Jul 2026 12:16:51 +0800 Subject: [PATCH] Update bug_report.yml for platform specific verifications Update bug_report.yml for platform specific verifications for iOS and Android. --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3bda0a4a..2943829a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,6 +31,28 @@ body: description: Provide a clear and concise description of the bug. validations: required: true + - type: dropdown + id: affected-ios + attributes: + label: iOS Platform + description: Is iOS affected by this issue? + options: + - Not verified + - Affected + - Not affected + validations: + required: true + - type: dropdown + id: affected-android + attributes: + label: Android Platform + description: Is Android affected by this issue? + options: + - Not verified + - Affected + - Not affected + validations: + required: true - type: input attributes: label: React Native version