Skip to content

Commit 14f0b17

Browse files
authored
add a bug report template
1 parent ffcade0 commit 14f0b17

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--Feel free to delete the sections that do not apply.-->
11+
12+
### Bug report
13+
14+
**Bug summary**
15+
16+
<!--A short 1-2 sentences that succinctly describes the bug-->
17+
18+
**Code for reproduction**
19+
20+
<!--A minimum code snippet required to reproduce the bug.
21+
Please make sure to minimize the number of dependencies required, and provide
22+
any necessary data-->
23+
24+
```python
25+
# Paste your code here
26+
#
27+
#
28+
```
29+
30+
**Actual outcome**
31+
32+
```
33+
# If applicable, paste the console output here
34+
#
35+
#
36+
```
37+
38+
**Expected outcome**
39+
40+
<!--A description of the expected outcome from the code snippet-->

0 commit comments

Comments
 (0)