mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
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
dd79d6fcd3
commit
1d75db491b
1 changed files with 7 additions and 6 deletions
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.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…
Add table
Add a link
Reference in a new issue