Skip to content

Commit e7b0c7f

Browse files
ci: add bug reporting template (#24)
Co-authored-by: Asad Ali <[email protected]>
1 parent 322b9fd commit e7b0c7f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve the library
4+
title: ''
5+
labels: bug, triage
6+
---
7+
8+
**Describe the bug**
9+
A clear and concise description of what the bug is.
10+
11+
**Expected behavior**
12+
A clear and concise description of what you expected to happen.
13+
14+
**To Reproduce**
15+
Steps to reproduce the bug:
16+
1. (step 1)
17+
2. (step 2)
18+
3. (step 3)
19+
4. ...
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain the bug.
23+
24+
**Library version number**
25+
For example: 0.1.1
26+
27+
**Environmental details**
28+
For example:
29+
OS: Linux
30+
Runtime version: Python 3.7
31+
32+
**Additional context**
33+
Add any other context about the problem here.

0 commit comments

Comments
 (0)