Skip to content

Commit 8c0aff0

Browse files
authored
Issue template. (#118)
Issue template.
1 parent 9105475 commit 8c0aff0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Expected Behavior
2+
<!--- If you're describing a bug, tell us what should happen -->
3+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
4+
5+
## Current Behavior
6+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
7+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
8+
9+
## Possible Solution
10+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
11+
<!--- or ideas how to implement the addition or change -->
12+
13+
## Steps to Reproduce (for bugs)
14+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
15+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
16+
1.
17+
2.
18+
3.
19+
4.
20+
21+
## Context
22+
<!--- How has this issue affected you? What are you trying to accomplish? -->
23+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
24+
25+
## Your Environment
26+
<!--- Include as many relevant details about the environment you experienced the bug in -->
27+
* Version used:
28+
* Browser Name and version:
29+
* Operating System and version (windows or linux):
30+
* Link to your project (not required):
31+
* Link to your code (Recommend: https://gist.github.com/):

0 commit comments

Comments
 (0)