File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1212/typings
1313CODE_OF_CONDUCT.md
1414CONTRIBUTING.md
15+ ISSUE_TEMPLATE.md
1516bower.json
1617karma.conf.js
1718tsconfig.json
Original file line number Diff line number Diff line change 2626
2727- Add Code of Conduct (see #28 ).
2828
29+ - Add Issue Template (see #29 ).
30+
2931- Update dev dependencies to latest version.
3032
3133## RobotlegsJS-SignalCommandMap 0.0.1
Original file line number Diff line number Diff line change 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+ <!-- - Provide a link to a live example, or an unambiguous set of steps to -->
17+ <!-- - reproduce this bug. Include code to reproduce, if relevant -->
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+ * Version used:
30+ * Environment name and version (e.g. Chrome 39, node.js 5.4):
31+ * Operating System and version (desktop or mobile):
32+ * Link to your project:
33+
34+ # Stack trace
35+ <!-- - Include stack trace -->
You can’t perform that action at this time.
0 commit comments