ISSUE_TEMPLATE.md 973 Bytes
Newer Older
1
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
2
3
4
5
6
7
8

### Description

What are you reporting?

### Expected behavior

Dan Abramov's avatar
Dan Abramov committed
9
Tell us what you think should happen.
10
11
12

### Actual behavior

Dan Abramov's avatar
Dan Abramov committed
13
Tell us what actually happens.
14
15
16

### Environment

Dan Abramov's avatar
Dan Abramov committed
17
Run these commands in the project folder and fill in their results:
18

Dan Abramov's avatar
Dan Abramov committed
19
20
21
22
23
24
25
26
27
28
29
30
31
32
1. `npm ls react-scripts` (if you haven’t ejected): 
2. `node -v`: 
3. `npm -v`:

Then, specify:

1. Operating system:
2. Browser and version:

### Reproducible Demo

Please take the time to create a new app that reproduces the issue.

Alternatively, you could copy your app that experiences the problem and start removing things until you’re left with the minimal reproducible demo.
33

34
(Accidentally, you might get to the root of your problem during that process.)
35
36
37

Push to GitHub and paste the link here.

Dan Abramov's avatar
Dan Abramov committed
38
By doing this, you're helping the Create React App contributors a big time!
39
Demonstrable issues gets fixed faster.