Skip to content

Commit a468d8e

Browse files
committed
Fix issue template errors
1 parent 1a3d3c3 commit a468d8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ body:
6969
attributes:
7070
label: IDE version
7171
description: What's the exact build number of your IDE? (For Visual Studio, go to Help -> About Microsoft Visual Studio)
72-
- type: textarea
72+
- type: checkboxes
7373
id: nuget-packages
7474
validations:
7575
required: true

.github/ISSUE_TEMPLATE/feature_proposal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ body:
4949
label: Breaking change?
5050
description: Is the proposed change going to break existing APIs?
5151
options:
52-
- Yes
53-
- No
54-
- Not sure
52+
- 'Yes'
53+
- 'No'
54+
- I'm not sure
5555
- type: textarea
5656
id: alternatives
5757
validations:

0 commit comments

Comments
 (0)