mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update .github/ISSUE_TEMPLATE/bug_report.md
Co-Authored-By: grochocki <grochocki@users.noreply.github.com>
This commit is contained in:
parent
2ec757e26e
commit
eb9591fd41
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -43,7 +43,7 @@ Run the following commands in Powershell and copy/paste the output.
|
|||
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
|
||||
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
|
||||
" - 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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue