File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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-->
You can’t perform that action at this time.
0 commit comments