mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update bug_report.md
This commit is contained in:
parent
87dfe2a69c
commit
87eab0b97c
1 changed files with 15 additions and 10 deletions
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -6,19 +6,23 @@ labels: ''
|
|||
assignees: ''
|
||||
|
||||
---
|
||||
<!--Before filing a bug
|
||||
<!--
|
||||
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.-->
|
||||
- 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. -->
|
||||
|
||||
**Steps To Reproduce**
|
||||
<!--Steps to reproduce the behavior:
|
||||
<!--
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error-->
|
||||
4. See error
|
||||
-->
|
||||
|
||||
**Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
@ -26,12 +30,13 @@ assignees: ''
|
|||
**Screenshots**
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
||||
**Device and Application Information (please complete the following information):**
|
||||
**Device and Application Information**
|
||||
- OS Build:
|
||||
- Architecture:
|
||||
- Application Version:
|
||||
|
||||
<!--Run the following commands in Powershell and copy/paste the output.
|
||||
<!--
|
||||
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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue