Skip to content

Commit

Permalink
Making the "Device and Application" section in the Bug Template easier
Browse files Browse the repository at this point in the history
With this update, you can directly copy/paste the commented commands
directly into PowerShell and get the expected results.
  • Loading branch information
HowardWolosky committed Mar 1, 2019
1 parent f1ed0bf commit f2ba389
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ assignees: ''
<!--If applicable, add screenshots to help explain your problem.-->

**Device and Application Information (please complete the following information):**
- OS Build Number:
- OS Build:
- Architecture:
- Application Version Number:
- Application Version:

<!--Run the following commands in Powershell and copy/paste the output.
- OS Build: "$([Environment]::OSVersion.Version)"
- Architecture: "$((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
- Application Version: "$((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"-->
<!--Run the following commands in Powershell and copy/paste the output.
" - OS Build: $([Environment]::OSVersion.Version)"
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
-->

**Additional context**
<!--Add any other context about the problem here.-->

0 comments on commit f2ba389

Please sign in to comment.