Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Dec 7, 2017
1 parent 4cc343b commit f8dd2f2
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!---
Thanks for filing an issue πŸ˜„ ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
-->

**Choose one:** is this a πŸ› bug report or πŸ™‹ feature request?

<!--- Provide a general summary of the issue in the title above -->

### πŸŽ› Configuration (.babelrc, package.json, cli command)
<!--- If describing a bug, tell us what your babel configuration looks like -->

```js
{
"your": { "config": "here" }
}
```

### πŸ€” Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

### 😯 Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If you are seeing an error, please include the full error message and stack trace -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

### πŸ’ Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

### πŸ”¦ Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

### 🌍 Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->

| Software | Version(s)
| ---------------- | ----------
| Parcel |
| Node |
| npm/Yarn |
| Operating System |

1 comment on commit f8dd2f2

@ReneBroekhoven
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting this error after installing and running the simple example
"(node:9864) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): RangeError: Maximum call stack size exceeded
(node:9864) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code."
Windows 10 64bit / Parcel 1.02 / Node 8.9.2 / yarn 1.3.2

Anny suggestions ?

Thanks.
Rene

Please sign in to comment.