update issue templates [skip ci] (#7861)
This commit is contained in:
parent
839bf68d1f
commit
c94355c1c9
23
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
23
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -1,20 +1,22 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create an issue to help us know about a potential bug
|
||||
name: 🐛 Bug Report
|
||||
about: If something not working as expected
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
**Current Behavior**
|
||||
A clear and concise description of the behavior.
|
||||
|
||||
**Input Code**
|
||||
<!--- If you have link to our REPL or a standalone repo please link that! -->
|
||||
- REPL or Repo link if applicable:
|
||||
|
||||
```js
|
||||
var your => (code) => here;
|
||||
```
|
||||
**Expected behavior/code**
|
||||
A clear and concise description of what you expected to happen (or code).
|
||||
|
||||
### Babel Configuration (.babelrc, package.json, cli command)
|
||||
## Babel Configuration (.babelrc, package.json, cli command)
|
||||
|
||||
```js
|
||||
{
|
||||
@ -22,12 +24,6 @@ var your => (code) => here;
|
||||
}
|
||||
```
|
||||
|
||||
**Expected behavior/code**
|
||||
A clear and concise description of what you expected to happen (or code).
|
||||
|
||||
**Possible Solution**
|
||||
<!--- Only if you have suggestions on a fix/reason for the bug -->
|
||||
|
||||
**Environment**
|
||||
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
|
||||
- Node/npm version: [e.g. Node 8/npm 5]
|
||||
@ -35,5 +31,8 @@ A clear and concise description of what you expected to happen (or code).
|
||||
- Monorepo [e.g. yes/no/Lerna]
|
||||
- How you are using Babel: [e.g. `cli`, `register`, `loader`]
|
||||
|
||||
**Possible Solution**
|
||||
<!--- Only if you have suggestions on a fix/reason for the bug -->
|
||||
|
||||
**Additional context/Screenshots**
|
||||
Add any other context about the problem here. If applicable, add screenshots to help explain.
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/Regression-v7.md
vendored
7
.github/ISSUE_TEMPLATE/Regression-v7.md
vendored
@ -1,9 +1,12 @@
|
||||
---
|
||||
name: v7 Regression
|
||||
about: Report a regression in v7 from v6
|
||||
name: 💥 v7 Regression
|
||||
about: Report an unexpected behavior in v7 from v6 (check upgrade guide first ✌️)
|
||||
|
||||
---
|
||||
|
||||
> First check out: https://new.babeljs.io/docs/en/next/v7-migration.html
|
||||
> Also a partial upgrade tool: https://github.com/babel/babel-upgrade
|
||||
|
||||
**Potential Commit/PR that introduced the regression**
|
||||
If you have time to investigate, what PR/date introduced this issue.
|
||||
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/Support.md
vendored
12
.github/ISSUE_TEMPLATE/Support.md
vendored
@ -1,6 +1,11 @@
|
||||
---
|
||||
name: Support Question
|
||||
about: If you have a support question, please check out our Slack or StackOverflow
|
||||
name: 🤗 Support Question
|
||||
about: If you have a question, please check out our Slack or StackOverflow!
|
||||
|
||||
---
|
||||
|
||||
Issues on GitHub are intended to be related to problems with Babel itself,
|
||||
so we recommend not using this medium to ask them here 😁.
|
||||
|
||||
---
|
||||
|
||||
@ -11,6 +16,3 @@ If you have a support request or question please submit them to one of this reso
|
||||
* Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs
|
||||
* Also have a look at the readme for more information on how to get support:
|
||||
https://github.com/babel/babel/blob/master/README.md
|
||||
|
||||
Issues on GitHub are intended to be related to problems of Babel itself,
|
||||
so we try not to answer support questions here.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user