Skip to content

Commit 8056c3d

Browse files
authored
Update issue templates
1 parent 49b6a38 commit 8056c3d

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.

0 commit comments

Comments
 (0)