File tree Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Describe
11+ A clear and concise description of what the bug is.
12+
13+ ## Reproduce
14+ ** Package version** : ...
15+ JSON data:
16+ ``` json
17+ ...
18+ ```
19+ (or link to pastebin)
20+
21+ ## Actual result
22+ Class code:
23+ ``` python
24+ ...
25+ ```
26+
27+ ## Expected result
28+ Class code:
29+ ``` python
30+ ...
31+ ```
32+
33+ ## Additional context
34+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Describe
11+ A clear and concise description of what the problem is.
12+
13+ ## Reproduce (Optional)
14+ ** Package version** : ...
15+
16+ JSON data:
17+ ``` json
18+ ...
19+ ```
20+ (or link to pastebin)
21+
22+ ## Desired result
23+ A clear and concise description of what you want to happen.
24+ Class code:
25+ ``` python
26+ ...
27+ ```
28+
29+ Describeany alternative solutions or features you've considered.
30+
31+ ## Additional context
32+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments