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 25e1661 commit a489782Copy full SHA for a489782
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -53,17 +53,15 @@ body:
53
description: Which versions of iOS are broken for you?
54
multiple: true
55
options:
56
- - 15
57
- - 14
58
- - 13
59
- - 12
60
- - 11
61
- - 10 or below
62
- validations:
63
- required: true
64
-
65
- - type: input
66
- id: ios-sdk-version
+ - "15"
+ - "14"
+ - "13"
+ - "12"
+ - "11 or below"
+ validations:
+ required: true
+ - type: textarea
+ id: ios-specific-version
67
attributes:
68
label: Specific iOS version
69
description: What are the specific versions.
@@ -72,9 +70,9 @@ body:
72
70
* iOS 13.7
73
71
* iOS 8.0
74
render: Markdown
75
76
required: true
77
+
78
- type: textarea
79
id: logs
80
0 commit comments