Skip to content

Commit 5f330c8

Browse files
goshacmdfeiqitian
authored andcommitted
Add the GitHub issue template (facebook#668)
Collecting all the relevant details early on means less back and forth between the poster and project contributors. Asking to create a small reproducible demo means less time wasted trying to repro the bug. Brunch has been doing this for a while and it has really helped. There are people who deleted the template and went free-form in their bug reports but for the most part, people have actually been filling that in: https://github.com/brunch/brunch/issues?q=is%3Aissue+is%3Aclosed A lesser percentage of the people were creating the demos, but a few definitely were. The details, and the demos especially, led to faster resolution times, which a win for everyone.
1 parent afa051c commit 5f330c8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
If you are reporting a bug, please fill in below. Otherwise feel to remove this template entirely.
2+
3+
### Description
4+
5+
What are you reporting?
6+
7+
### Expected behavior
8+
9+
Tell us what you think should happen
10+
11+
### Actual behavior
12+
13+
Tell us what actually happens
14+
15+
### Environment
16+
17+
1. `create-react-app`: version
18+
2. Node: version
19+
3. NPM: version
20+
4. Operating system:
21+
5. Browser & version:
22+
23+
### Reproducible demo
24+
25+
Please take the time to create a new CRA app that reproduces the issue.
26+
Alternatively, you could copy your app that experiences the problem and start removing things until you're left with the minimal reproducible demo.
27+
(Accidentially, you might get to the root of your problem during that process.)
28+
29+
Push to GitHub and paste the link here.
30+
31+
By doing this, you're helping the CRA contributors a big time!
32+
Demonstrable issues gets fixed faster.

0 commit comments

Comments
 (0)