Added a before filing section and updated the device info section to inlcude the powershell commands to get the info
This commit is contained in:
parent
6afad0b7da
commit
82cfa338d4
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user