Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit 2d0a545

Browse files
committed
Add issue template.
1 parent 8d440cc commit 2d0a545

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
3+
Please make sure that you are familiar with and follow the Code of Conduct for
4+
this project (found in the CODE_OF_CONDUCT.md file).
5+
6+
Please fill out this template with all the relevant information so we can
7+
understand what's going on and fix the issue.
8+
9+
I may ask you to submit the fix (after giving some direction).
10+
-->
11+
12+
Environment:
13+
14+
<!--
15+
Please provide the version of this project where the issue occurred as well as the
16+
versions of other environmental factors. This could be virtual machine version, os
17+
version, browser version etc.
18+
-->
19+
20+
Relevant code or config:
21+
22+
```
23+
24+
```
25+
26+
What you did:
27+
28+
29+
30+
What happened:
31+
32+
<!-- Please provide the full error message/screenshots/anything -->
33+
34+
Reproduction repository:
35+
36+
<!--
37+
If possible, please create a repository that reproduces the issue with the
38+
minimal amount of code possible.
39+
-->
40+
41+
Problem description:
42+
43+
44+
45+
Suggested solution:

0 commit comments

Comments
 (0)