Skip to content

Commit a489782

Browse files
Fix borked fix
1 parent 25e1661 commit a489782

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,15 @@ body:
5353
description: Which versions of iOS are broken for you?
5454
multiple: true
5555
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
56+
- "15"
57+
- "14"
58+
- "13"
59+
- "12"
60+
- "11 or below"
61+
validations:
62+
required: true
63+
- type: textarea
64+
id: ios-specific-version
6765
attributes:
6866
label: Specific iOS version
6967
description: What are the specific versions.
@@ -72,9 +70,9 @@ body:
7270
* iOS 13.7
7371
* iOS 8.0
7472
render: Markdown
75-
validations:
73+
validations:
7674
required: true
77-
75+
7876
- type: textarea
7977
id: logs
8078
attributes:

0 commit comments

Comments
 (0)