Update bug_report.yaml to ask for WSL Store version (#7519)

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>

Ben Hillis committed Oct 11, 2021 at 10:51 UTC 9ec6dfcfa04832c81bb1370c86daf6c8ee7be9b3
1 file changed +3 -2
.github/ISSUE_TEMPLATE/Bug_Report.yaml
+3 -2
@@ -7,12 +7,13 @@ body:
7 value: |
8 Please [search for existing issues](https://github.com/microsoft/WSL/issues) before creating a new one.
9 If you'd like to create a new bug report, please [read the guidance here](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md) before getting started. This will save you time.
10 -
10 +
11 - type: input
12 attributes:
13 - label: Windows Build Number
13 + label: 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`
17 placeholder: "Microsoft Windows [Version 10.0.19042.867]"
18 validations:
19 required: true