Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: grochocki <grochocki@users.noreply.github.com>
This commit is contained in:
Howard Wolosky 2019-04-05 12:51:38 -07:00 committed by GitHub
commit eb9591fd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ Run the following commands in Powershell and copy/paste the output.
" - 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)"
" - Region: $((Get-Culture).Name)" " - Region: $((Get-Culture).Name)"
" - Dev Version Installed: $(!((Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev) -eq $null))" " - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))"
--> -->
**Additional context** **Additional context**