diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..75cd52a648d8a1074b684b9864d0de778fbcbdfa --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ +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 + +1. `create-react-app`: version +2. Node: version +3. NPM: version +4. Operating system: +5. Browser & version: + +### Reproducible demo + +Please take the time to create a new CRA 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 CRA contributors a big time! +Demonstrable issues gets fixed faster.