Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 969 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

39 lines (22 loc) · 969 Bytes

If you are reporting a bug, please fill in below. Otherwise feel to remove this template entirely.

Description

What are you reporting?

Expected behavior

Tell us what you think should happen.

Actual behavior

Tell us what actually happens.

Environment

Run these commands in the project folder and fill in their results:

  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.

(Accidentially, you might get to the root of your problem during that process.)

Push to GitHub and paste the link here.

By doing this, you're helping the Create React App contributors a big time! Demonstrable issues gets fixed faster.