Skip to content

Commit c810436

Browse files
committed
misc: github issue template.
1 parent 09705b3 commit c810436

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/issue_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Versions
2+
3+
```
4+
OS:
5+
Python:
6+
krakenex:
7+
```
8+
9+
### What are you trying to achieve?
10+
11+
12+
13+
``` python
14+
# code sample
15+
16+
```
17+
18+
### What do you expect to happen?
19+
20+
21+
22+
### What happens instead?
23+
24+
25+
26+
``` python
27+
# error message
28+
29+
```

0 commit comments

Comments
 (0)