Making the "Device and Application" section in the Bug Template easier

With this update, you can directly copy/paste the commented commands
directly into PowerShell and get the expected results.
This commit is contained in:
Howard Wolosky 2019-02-28 16:40:19 -08:00
parent f1ed0bf5c1
commit f2ba389978

View File

@ -27,14 +27,15 @@ assignees: ''
<!--If applicable, add screenshots to help explain your problem.--> <!--If applicable, add screenshots to help explain your problem.-->
**Device and Application Information (please complete the following information):** **Device and Application Information (please complete the following information):**
- OS Build Number: - OS Build:
- Architecture: - Architecture:
- Application Version Number: - Application Version:
<!--Run the following commands in Powershell and copy/paste the output. <!--Run the following commands in Powershell and copy/paste the output.
- OS Build: "$([Environment]::OSVersion.Version)" " - OS Build: $([Environment]::OSVersion.Version)"
- Architecture: "$((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)" " - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
- Application Version: "$((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"--> " - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
-->
**Additional context** **Additional context**
<!--Add any other context about the problem here.--> <!--Add any other context about the problem here.-->