Skip to content

Commit bac7689

Browse files
Update bug_report.yml for platform specific verifications
Update bug_report.yml for platform specific verifications for iOS and Android.
1 parent ee9574d commit bac7689

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,28 @@ body:
3131
description: Provide a clear and concise description of the bug.
3232
validations:
3333
required: true
34+
- type: dropdown
35+
id: affected-ios
36+
attributes:
37+
label: iOS Platform
38+
description: Is iOS affected by this issue?
39+
options:
40+
- Not verified
41+
- Affected
42+
- Not affected
43+
validations:
44+
required: true
45+
- type: dropdown
46+
id: affected-android
47+
attributes:
48+
label: Android Platform
49+
description: Is Android affected by this issue?
50+
options:
51+
- Not verified
52+
- Affected
53+
- Not affected
54+
validations:
55+
required: true
3456
- type: input
3557
attributes:
3658
label: React Native version

0 commit comments

Comments
 (0)