File tree 1 file changed +18
-11
lines changed
1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,34 @@ What are you reporting?
6
6
7
7
### Expected behavior
8
8
9
- Tell us what you think should happen
9
+ Tell us what you think should happen.
10
10
11
11
### Actual behavior
12
12
13
- Tell us what actually happens
13
+ Tell us what actually happens.
14
14
15
15
### Environment
16
16
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:
22
18
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.
24
33
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
34
(Accidentially, you might get to the root of your problem during that process.)
28
35
29
36
Push to GitHub and paste the link here.
30
37
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!
32
39
Demonstrable issues gets fixed faster.
You can’t perform that action at this time.
0 commit comments