microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a99135d5266cc2588e3a5d0843d6dd444010cdb9

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/bug_report.md

40lines · 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:
17
181. Open or go to '...'
192. Type or click on '....'
203. See error
21
22The 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
26Describe what you expect to happen, versus what actually happened.
27
28**Screenshots**
29
30If 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
40Add any other context about the problem here.
41