diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 17838a21..3000313f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,9 @@ labels: '' assignees: '' --- +**Before filing a bug** +- Ensure the bug reproduces on the latest version of the app. +- Search existing issues and make sure this issue is not already filed. **Describe the bug** A clear and concise description of what the bug is. @@ -28,5 +31,10 @@ If applicable, add screenshots to help explain your problem. - Architecture: - Application Version Number: + 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.