Make WSL Version separate
Peter Martincic committed
Feb 28, 2023 at 14:26 UTC
155a15db993f8fbc18aeac10ea36b33293075876
1 file changed
+12
-3
.github/ISSUE_TEMPLATE/Bug_Report.yaml
+12
-3
@@ -10,17 +10,26 @@ body:
10
11
- type: input
12
attributes:
13
- label: Version
13
+ label: Windows Version
14
description: |
15
Please run `cmd.exe /c ver` to get the build of Windows you are on.
16
- If you are running Windows Subsystem for Linux from the Microsoft Store, please run `wsl.exe --version`
16
placeholder: "Microsoft Windows [Version 10.0.19042.867]"
17
validations:
18
required: true
19
21
-- type: checkboxes
20
+- type: input
21
attributes:
22
label: WSL Version
23
+ description: |
24
+ If you are running Windows Subsystem for Linux from the Microsoft Store, please run `wsl.exe --version`.
25
+ Else `0.0.0.0`
26
+ placeholder: "0.0.0.0"
27
+ validations:
28
+ required: true
29
+
30
+- type: checkboxes
31
+ attributes:
32
+ label: WSL Generation
33
description: |
34
Tell us whether the issue is on WSL 2 and/or WSL 1. You can tell your WSL version by running `wsl -l -v`.
35
options: