microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.13

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/bug_report.md

39lines · modecode

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