We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9574d commit 0b1819cCopy full SHA for 0b1819c
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -31,6 +31,28 @@ body:
31
description: Provide a clear and concise description of the bug.
32
validations:
33
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
46
+ id: affected-android
47
48
+ label: Android Platform
49
+ description: Is Android affected by this issue?
50
51
52
53
54
55
56
- type: input
57
attributes:
58
label: React Native version
0 commit comments