We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262e704 commit 712efedCopy full SHA for 712efed
.github/ISSUE_TEMPLATE/---bug-report.md
@@ -0,0 +1,23 @@
1
+---
2
+name: "\U0001F41B Bug Report"
3
+about: Report a reproducible bug or regression
4
+title: 'Bug: '
5
+labels: bug
6
+assignees: ''
7
+
8
9
10
+**Steps to reproduce**
11
+1.
12
+2.
13
+3.
14
15
+**Code example**
16
+```python
17
+"Add some code that helps understanding the issue"
18
+```
19
+**Current behavior**
20
+A clear and concise description of what is currenctly happening.
21
22
+**Expected behavior**
23
+A clear and concise description of what you expected to happen.
0 commit comments