Skip to content

Commit 4b9a610

Browse files
authored
Add Nuget version requirement to bug template
1 parent 850bc2f commit 4b9a610

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ body:
8383
- label: CommunityToolkit.Diagnostics
8484
- label: CommunityToolkit.HighPerformance
8585
- 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?
8693
- type: textarea
8794
id: additional-context
8895
attributes:
@@ -98,4 +105,4 @@ body:
98105
options:
99106
- Yes, I'd like to be assigned to work on this item
100107
- Yes, but only if others can assist
101-
- No, just wanted to report this
108+
- No, just wanted to report this

0 commit comments

Comments
 (0)