Skip to content

Commit ca7a243

Browse files
authored
Switch NuGet version from dropdown to required text input in bug report form (#11033)
1 parent 0d75f20 commit ca7a243

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,13 @@ body:
4242
attributes:
4343
label: Screenshots
4444
description: If applicable, add screenshots here to help explain your problem
45-
- type: dropdown
45+
- type: input
46+
validations:
47+
required: true
4648
attributes:
4749
label: NuGet package version
48-
description: If you are seeing your issue on older versions please try the latest release
49-
options:
50-
- "WinUI 3 - Windows App SDK 1.8.5: 1.8.260209005"
51-
- "WinUI 3 - Windows App SDK 2.0 Preview 1: 2.0.0-preview1"
52-
- "WinUI 3 - Windows App SDK 2.0 Experimental 5: 2.0.0-experimental5"
53-
- "WinUI 2 - Microsoft.UI.Xaml 2.8.7"
50+
description: "Enter the NuGet package version you're using (e.g., 1.8.260317003 or Microsoft.UI.Xaml 2.8.7). You can find this in your project's packages.config or .csproj file."
51+
placeholder: "e.g., 1.8.260317003"
5452
- type: dropdown
5553
attributes:
5654
label: Windows version

0 commit comments

Comments
 (0)