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 850bc2f commit 4b9a610Copy full SHA for 4b9a610
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -83,6 +83,13 @@ body:
83
- label: CommunityToolkit.Diagnostics
84
- label: CommunityToolkit.HighPerformance
85
- label: CommunityToolkit.Mvvm (aka MVVM Toolkit)
86
+- type: input
87
+ id: nuget-package-version
88
+ validations:
89
+ required: true
90
+ attributes:
91
+ label: Nuget package version(s)
92
+ description: What's the exact version number of the Nuget package(s) you're using?
93
- type: textarea
94
id: additional-context
95
attributes:
@@ -98,4 +105,4 @@ body:
98
105
options:
99
106
- Yes, I'd like to be assigned to work on this item
100
107
- Yes, but only if others can assist
101
- - No, just wanted to report this
108
+ - No, just wanted to report this
0 commit comments