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

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
This commit is contained in:
Ben Hillis 2021-10-11 10:51:50 -07:00 committed by GitHub
parent 9600e253bd
commit 9ec6dfcfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -10,9 +10,10 @@ body:
- type: input - type: input
attributes: attributes:
label: Windows Build Number label: Version
description: | description: |
Please run `cmd.exe /c ver` to get the build of Windows you are on. Please run `cmd.exe /c ver` to get the build of Windows you are on.
If you are running Windows Subsystem for Linux from the Microsoft Store, please run `wsl.exe --version`
placeholder: "Microsoft Windows [Version 10.0.19042.867]" placeholder: "Microsoft Windows [Version 10.0.19042.867]"
validations: validations:
required: true required: true