Skip to content

Add the GitHub issue template #668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.