microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
.github/ISSUE_TEMPLATE/bug_report.md
40lines · modecode
| 1 | --- |
| 2 | name: Bug report |
| 3 | about: Create a report to help us improve |
| 4 | title: "" |
| 5 | labels: bug, needs triage |
| 6 | assignees: "" |
| 7 | --- |
| 8 | |
| 9 | **Describe the bug** |
| 10 | |
| 11 | Describe what the unexpected behavior or issue is. |
| 12 | Please file a single issue per bug instead of enumerating multiple items. |
| 13 | |
| 14 | **To Reproduce** |
| 15 | |
| 16 | Steps to reproduce the behavior: |
| 17 | |
| 18 | 1. Open or go to '...' |
| 19 | 2. Type or click on '....' |
| 20 | 3. See error |
| 21 | |
| 22 | The more information you can provide, the more likely someone will be successful at reproducing the issue and finding a fix. |
| 23 | |
| 24 | **Expected behavior** |
| 25 | |
| 26 | Describe what you expect to happen, versus what actually happened. |
| 27 | |
| 28 | **Screenshots** |
| 29 | |
| 30 | If applicable, add screenshots to help explain your problem. |
| 31 | |
| 32 | **System information** |
| 33 | |
| 34 | - Version of the package or extension for which the problem occurs |
| 35 | - Your operating system |
| 36 | - For issues with extensions, the version of the IDE for which the problem occurs |
| 37 | |
| 38 | **Additional context** |
| 39 | |
| 40 | Add any other context about the problem here. |
| 41 | |