Skip to content

Commit 3b51b03

Browse files
committed
Update issue templates
1 parent 7f057c9 commit 3b51b03

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
1. Smallest circuit to reproduce
13+
2. Initial state
14+
3. [Optional] _Circuit diagram from make_svg_
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**System:**
20+
- OS: [e.g. iOS]
21+
- Installation options: [Local / Cython / OpenMP]
22+
23+
**Additional context**
24+
Add any other context about the problem here.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
_Special consideration is taken for features which would make implementing circuits described in papers easier, please mention the paper in question and the bottleneck you encountered if this applies. Otherwise follow the generic template below:_
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)