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:
parent
f1ed0bf5c1
commit
f2ba389978
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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.-->
|
||||||
|
Loading…
Reference in New Issue
Block a user