Skip to content

Commit 216956f

Browse files
authored
Update and add flexibility to issue template (#11213)
1 parent 454fa83 commit 216956f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ body:
3939
attributes:
4040
label: Firebase SDK Version
4141
description: What version of Firebase has this issue?
42-
placeholder: "9.4.1"
42+
placeholder: "10.9"
4343
validations:
4444
required: true
4545
- type: input
4646
attributes:
4747
label: Xcode Version
4848
description: What version of Xcode is being used?
49-
placeholder: "13.3.1"
49+
placeholder: "14.3"
5050
validations:
5151
required: true
5252
- type: dropdown
@@ -58,6 +58,7 @@ body:
5858
- CocoaPods
5959
- Zip
6060
- Carthage
61+
- N/A
6162
validations:
6263
required: true
6364
- type: dropdown
@@ -99,6 +100,8 @@ body:
99100
- macOS
100101
- macCatalyst
101102
- App Extensions
103+
- All
104+
- N/A
102105
validations:
103106
required: true
104107
- type: textarea

0 commit comments

Comments
 (0)