Skip to content

Commit 52829f3

Browse files
committed
Merge pull request #450 from timss/gh-templates
Add basic Github issue template
2 parents 24008a4 + 48bfd5c commit 52829f3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
##### Issue type:
2+
3+
<!-- Pick one and delete the rest -->
4+
- Bug report
5+
- Feature request
6+
- Version compatibility
7+
8+
##### Version:
9+
10+
```
11+
<!-- (Paste the output of `:version` here) -->
12+
```
13+
14+
##### Description:
15+
16+
<!-- Explain the issue in detail -->
17+
18+
##### Expected behavior:
19+
20+
<!-- What did you expect or want to happen? -->
21+
22+
##### Steps to reproduce:
23+
24+
<!-- Include if relevant -->
25+

0 commit comments

Comments
 (0)