Skip to content

Commit bc18087

Browse files
committed
First draft of issue template
1 parent a4db78d commit bc18087

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/issue_template.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
### Background
2+
<!-- A quick description of what you're trying to do -->
3+
4+
### Expected behavior
5+
<!-- Tell us what should happen -->
6+
7+
### Actual behavior
8+
<!-- Tell us what happens instead -->
9+
10+
### Example
11+
12+
<!--
13+
We want to resolve this problem quickly, and in order to that we need to understand it. The better the example, the sooner this issue can be resolved. With that in mind pick _one_ below:
14+
-->
15+
16+
#### New testdouble.js test
17+
<!--
18+
1. Fork this repo
19+
2. Add a failing test demonstrating the problem
20+
-->
21+
Link to your repo:
22+
23+
#### Simple self-contained app w/test showing the issue
24+
<!--
25+
1. Create a minimal example that shows the behavior
26+
2. Explain any steps needed to run the test
27+
-->
28+
Link to example:
29+
30+
#### Your app w/test showing the issue
31+
<!--
32+
1. Provide your app w/failing test
33+
2. Add instructions on how to reproduce
34+
-->
35+
Link to repo:
36+
37+
#### Test example
38+
<!--
39+
1. Provide a concise failing test that shows the unwanted behavior
40+
-->
41+
42+
#### Reproduction Steps
43+
<!-- These are usually harder for us to puzzle through, but we'll try to help! -->
44+
45+
### System configuration
46+
47+
OS:
48+
Node version:

0 commit comments

Comments
 (0)