1
1
<!--
2
- PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION.
2
+ PLEASE READ THE FIRST SECTION :-)
3
3
-->
4
4
5
5
### Is this a bug report?
8
8
9
9
<!--
10
10
If you answered "Yes":
11
+
12
+ Please note that your issue will be fixed much faster if you spend about
13
+ half an hour preparing it, including the exact reproduction steps and a demo.
14
+
15
+ If you're in a hurry or don't feel confident, it's fine to report bugs with
16
+ less details, but this makes it less likely they'll get fixed soon.
11
17
12
- We expect that it will take you about 30 minutes to produce a high-quality bug report.
13
- While this may seem like a lot, putting care into issues helps us fix them faster.
14
- For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed.
18
+ In either case, please fill as many fields below as you can.
15
19
16
20
If you answered "No":
17
21
18
22
If this is a question or a discussion, you may delete this template and write in a free form.
19
23
Note that we don't provide help for webpack questions after ejecting.
20
24
You can find webpack docs at https://webpack.js.org/.
21
-
22
- Now scroll below!
23
25
-->
24
26
25
27
42
44
Then try to reproduce the issue again.
43
45
Can you still reproduce it?
44
46
45
- Note: Please try this even if you are using Yarn. Yarn also has bugs .
47
+ Note: Please try this even if you are using Yarn so that we know whether it's a Yarn-only bug .
46
48
-->
47
49
48
50
(Write your answer here.)
49
51
50
52
51
- ### Have you read the Troubleshooting section and searched the User Guide?
53
+ ### Which terms did you search for in User Guide?
52
54
53
55
<!--
54
- There are a few common documented problems, such as watcher not detecting changes.
56
+ There are a few common documented problems, such as watcher not detecting changes, or build failing .
55
57
They are described in the Troubleshooting section of the User Guide:
56
58
57
59
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting
58
60
59
- Have you read that section, and have you searched the User Guide for symptoms of your problem?
60
- Please write the answer below:
61
+ Please scan these few sections for common problems.
62
+ Additionally, you can search the User Guide itself for something you're having issues with:
63
+
64
+ https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.me
65
+
66
+ If you didn't find the solution, please share which words you searched for.
67
+ This helps us improve documentation for future readers who might encounter the same problem.
61
68
-->
62
69
63
- (Write the terms you searched for on the User Guide page .)
70
+ (Write your answer here if relevant .)
64
71
65
72
66
73
### Environment
@@ -110,16 +117,18 @@ Then, specify:
110
117
<!--
111
118
Did something go wrong?
112
119
Is something broken, or not behaving as you expected?
113
- Describe this section in detail, and attach screenshots if possible .
120
+ Please attach screenshots if possible! They are extremely helpful for diagnosing issues .
114
121
-->
115
122
116
- (Write what happened. Add screenshots!)
123
+ (Write what happened. Please add screenshots!)
117
124
118
125
119
126
### Reproducible Demo
120
127
121
128
<!--
122
- Please share a project that reproduces the issue.
129
+ If you can, please share a project that reproduces the issue.
130
+ This is the single most effective way to get an issue fixed soon.
131
+
123
132
There are two ways to do it:
124
133
125
134
* Create a new app and try to reproduce the issue in it.
@@ -136,16 +145,13 @@ Then, specify:
136
145
137
146
<!--
138
147
What happens if you skip this step?
139
-
140
- Someone will read your bug report, and maybe will be able to help you,
141
- but it’s unlikely that it will get much attention from the team. Eventually,
142
- the issue will likely get closed in favor of issues that have reproducible demos.
143
-
144
- Please remember that:
145
-
146
- * Issues without reproducible demos have a very low priority.
147
- * The person fixing the bug would have to do that anyway. Please be respectful of their time.
148
- * You might figure out the issues yourself as you work on extracting it.
148
+
149
+ We will try to help you, but in many cases it is impossible because crucial
150
+ information is missing. In that case we'll tag an issue as having a low priority,
151
+ and eventually close it if there is no clear direction.
152
+
153
+ We still appreciate the report though, as eventually somebody else might
154
+ create a reproducible example for it.
149
155
150
156
Thanks for helping us help you!
151
157
-->
0 commit comments