Files
create-react-app/ISSUE_TEMPLATE.md
2016-09-17 23:22:03 +03:00

40 lines
969 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 havent 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 youre 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.