Skip to content

Commit d8ad519

Browse files
eigenfootwiecki
authored andcommitted
DOC: add issue template
1 parent 2b00f1d commit d8ad519

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Problem Description
2+
3+
**Please provide a minimal, self-contained, and reproducible example:**
4+
```python
5+
[Paste code here]
6+
```
7+
8+
**Please provide the full traceback:**
9+
```python
10+
[Paste traceback here]
11+
```
12+
13+
**Please provide any additional information below:**
14+
15+
16+
## Versions
17+
18+
* Pyfolio version:
19+
* Python version:
20+
* Matplotlib version:

0 commit comments

Comments
 (0)