Skip to content

Commit 5572cb7

Browse files
authored
Minor tweaks to issue template
1 parent 6bdd335 commit 5572cb7

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

ISSUE_TEMPLATE.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,34 @@ What are you reporting?
66

77
### Expected behavior
88

9-
Tell us what you think should happen
9+
Tell us what you think should happen.
1010

1111
### Actual behavior
1212

13-
Tell us what actually happens
13+
Tell us what actually happens.
1414

1515
### Environment
1616

17-
1. `create-react-app`: version
18-
2. Node: version
19-
3. NPM: version
20-
4. Operating system:
21-
5. Browser & version:
17+
Run these commands in the project folder and fill in their results:
2218

23-
### Reproducible demo
19+
1. `npm ls react-scripts` (if you haven’t ejected):
20+
2. `node -v`:
21+
3. `npm -v`:
22+
23+
Then, specify:
24+
25+
1. Operating system:
26+
2. Browser and version:
27+
28+
### Reproducible Demo
29+
30+
Please take the time to create a new app that reproduces the issue.
31+
32+
Alternatively, you could copy your app that experiences the problem and start removing things until you’re left with the minimal reproducible demo.
2433

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.
2734
(Accidentially, you might get to the root of your problem during that process.)
2835

2936
Push to GitHub and paste the link here.
3037

31-
By doing this, you're helping the CRA contributors a big time!
38+
By doing this, you're helping the Create React App contributors a big time!
3239
Demonstrable issues gets fixed faster.

0 commit comments

Comments
 (0)