Skip to content

Commit a1f2e9c

Browse files
authored
Added Issue Templates for bugs
1 parent 0b6aeb0 commit a1f2e9c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: varunp2k
7+
8+
---
9+
10+
This template is **ONLY** to be used for reporting bugs in the code.
11+
12+
<!--- Provide a summary of the issue in the Title-->
13+
14+
## Location
15+
<!-- Please provide the link to the notebook which has the bug. -->
16+
17+
## Current Behavior
18+
<!--- Tell us what happens instead of the expected behavior -->
19+
<!-- Please also paste the entire error here, with the Traceback -->
20+
21+
## Expected Behavior
22+
<!--- Not obligatory, Tell us what should happen instead -->
23+
24+
## Possible Solution
25+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
26+
27+
## Steps to Reproduce
28+
<!--- Please provide Unambiguous set of steps to -->
29+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
30+
1.
31+
2.
32+
3.
33+
4.
34+
35+
## Context (Environment)
36+
<!-- Please mention if you faced this bug while running the notebook on colab or localhost-->
37+
<!-- Please mention the python version you are using. -->
38+
<!-- Please mention environment details such as operating system, conda or pip venv . -->
39+
<!-- Please provide any more details you feel necessary -->
40+
41+
## Possible Implementation
42+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

0 commit comments

Comments
 (0)