Skip to content

Commit bb2b996

Browse files
Merge pull request #27 from RobotlegsJS/add-issue-template
Add Issue Template
2 parents 635e673 + 68c9226 commit bb2b996

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
CHANGELOG.md
1414
CODE_OF_CONDUCT.md
1515
CONTRIBUTING.md
16+
ISSUE_TEMPLATE.md
1617
bower.json
1718
karma.conf.js
1819
tsconfig.json

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
- Add Code of Conduct (see #26).
2626

27+
- Add Issue Template (see #27).
28+
2729
- Solve compilers deprecation warning messages from mocha.
2830

2931
- Update dev dependencies to latest version.

ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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 -->

0 commit comments

Comments
 (0)