Skip to content

Commit 30dfce7

Browse files
committed
Add ISSUE_TEMPLATE.md.
1 parent 772764b commit 30dfce7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--- Provide a general summary of the issue in the Title above. -->
2+
3+
## Expected Behavior
4+
<!--- If you're describing a bug, tell us what should happen. -->
5+
<!--- If you're suggesting a change/improvement, tell us how it should work. -->
6+
7+
## Current Behavior
8+
<!--- If describing a bug, tell us what happens instead of the expected behavior. -->
9+
<!--- If suggesting a change/improvement, explain the difference from current behavior. -->
10+
11+
## Possible Solution
12+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
13+
<!--- or ideas how to implement the addition or change. -->
14+
15+
## Steps to Reproduce (for bugs)
16+
<!--- Please provide an unambiguous set of steps to reproduce this bug. -->
17+
<!--- Include code to reproduce. -->
18+
1.
19+
2.
20+
3.
21+
4.
22+
23+
## Context
24+
<!--- How has this issue affected you? What are you trying to accomplish? -->
25+
<!--- Providing context helps us come up with a solution that is most useful in the real world. -->
26+
27+
## Your Environment
28+
<!--- Include as many relevant details about the environment you experienced the bug in. -->
29+
* RobotJS version:
30+
* Node.js version:
31+
* npm version:
32+
* Operating System:

0 commit comments

Comments
 (0)