Skip to content

Commit 4325560

Browse files
eigenfooluca-s
authored andcommitted
MAINT: add GitHub issue template (#332)
1 parent c3b06cd commit 4325560

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
* Alphalens version:
19+
* Python version:
20+
* Pandas version:
21+
* Matplotlib version:

0 commit comments

Comments
 (0)