Skip to content

Commit 4872c97

Browse files
committed
Add an issue template
1 parent e2e3452 commit 4872c97

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
2+
## Checklist
3+
> Please ensure the following tasks are completed before filing an issue.
4+
5+
* [ ] Searched for existing issues and pull requests.
6+
* [ ] If this is a feature request, the issue name begins with `RFC: `.
7+
8+
9+
## Description
10+
> Description of the issue (or feature request).
11+
12+
Encountered the following error when .
13+
14+
15+
## Related Issues
16+
> Does this issue (or featured request) have any related issues?
17+
18+
Related issues # , # , and # .
19+
20+
21+
## Questions
22+
> Any questions for reviewers?
23+
24+
No.
25+
26+
27+
## Other
28+
> Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
29+
30+
31+
#### Demo
32+
> If relevant, provide a link to a live demo.
33+
34+
For a live demo of the issue, see
35+
*
36+
37+
38+
#### Reproduction
39+
> If this issue is a bug report, what steps are required to reproduce the unexpected output? (If this is a feature request, remove this section.)
40+
41+
In order to reproduce this bug, do the following:
42+
*
43+
*
44+
*
45+
46+
47+
#### Expected Results
48+
> What are the expected results? (If this is a feature request, remove this section.)
49+
50+
The following results are expected:
51+
52+
```
53+
(insert expected results here)
54+
```
55+
56+
57+
#### Actual Results
58+
> What are the actual results? (If this is a feature request, remove this section.)
59+
60+
The following are the actual results:
61+
62+
```
63+
(insert actual results here)
64+
```
65+
66+
67+
#### Environments
68+
> If this issue is a bug report, what environments are affected; e.g., `Node v0.4.x`, `Chrome`, `IE 11`? (If this is a feature request, remove this section.)
69+
70+
The following environments are affected:
71+
*
72+
*
73+
*
74+
75+
76+

0 commit comments

Comments
 (0)