mirror of https://github.com/microsoft/WSL
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:
parent
9600e253bd
commit
9ec6dfcfa0
|
|
@ -7,12 +7,13 @@ body:
|
||||||
value: |
|
value: |
|
||||||
Please [search for existing issues](https://github.com/microsoft/WSL/issues) before creating a new one.
|
Please [search for existing issues](https://github.com/microsoft/WSL/issues) before creating a new one.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue