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 1a3d3c3 commit a468d8eCopy full SHA for a468d8e
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -69,7 +69,7 @@ body:
69
attributes:
70
label: IDE version
71
description: What's the exact build number of your IDE? (For Visual Studio, go to Help -> About Microsoft Visual Studio)
72
-- type: textarea
+- type: checkboxes
73
id: nuget-packages
74
validations:
75
required: true
.github/ISSUE_TEMPLATE/feature_proposal.yml
@@ -49,9 +49,9 @@ body:
49
label: Breaking change?
50
description: Is the proposed change going to break existing APIs?
51
options:
52
- - Yes
53
- - No
54
- - Not sure
+ - 'Yes'
+ - 'No'
+ - I'm not sure
55
- type: textarea
56
id: alternatives
57
0 commit comments