Skip to content

Commit d74454d

Browse files
Add inputs for ios version
1 parent 88b57b6 commit d74454d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ body:
3838
placeholder: I expected the app to continue running no matter how many times I tap the screen.
3939
validations:
4040
required: true
41+
- type: input
42+
id: ios-sdk-version
43+
attributes:
44+
label: OneSignal iOS SDK version
45+
description: What version of the OneSignal iOS SDK are you using?
46+
placeholder: Release 3.10.3
47+
validations:
48+
required: true
49+
- type: dropdown
50+
id: ios-major-version
51+
attributes:
52+
label: iOS version
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
67+
attributes:
68+
label: Specific iOS version
69+
description: What are the specific versions.
70+
placeholder: |
71+
* iOS 15.4
72+
* iOS 13.7
73+
* iOS 8.0
74+
render: Markdown
75+
validations:
76+
required: true
77+
4178
- type: textarea
4279
id: logs
4380
attributes:

0 commit comments

Comments
 (0)