update issue templates [skip ci] (#7861)

This commit is contained in:
Henry Zhu 2018-05-03 15:00:33 -07:00 committed by GitHub
parent 839bf68d1f
commit c94355c1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 19 deletions

View File

@ -1,20 +1,22 @@
--- ---
name: Bug Report name: 🐛 Bug Report
about: Create an issue to help us know about a potential bug about: If something not working as expected
--- ---
**Describe the bug** **Current Behavior**
A clear and concise description of what the bug is. A clear and concise description of the behavior.
**Input Code** **Input Code**
<!--- If you have link to our REPL or a standalone repo please link that! --> - REPL or Repo link if applicable:
```js ```js
var your => (code) => here; 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 ```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** **Environment**
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34] - Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
- Node/npm version: [e.g. Node 8/npm 5] - 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] - Monorepo [e.g. yes/no/Lerna]
- How you are using Babel: [e.g. `cli`, `register`, `loader`] - 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** **Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain. Add any other context about the problem here. If applicable, add screenshots to help explain.

View File

@ -1,9 +1,12 @@
--- ---
name: v7 Regression name: 💥 v7 Regression
about: Report a regression in v7 from v6 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** **Potential Commit/PR that introduced the regression**
If you have time to investigate, what PR/date introduced this issue. If you have time to investigate, what PR/date introduced this issue.

View File

@ -1,6 +1,11 @@
--- ---
name: Support Question name: 🤗 Support Question
about: If you have a support question, please check out our Slack or StackOverflow 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 * 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: * Also have a look at the readme for more information on how to get support:
https://github.com/babel/babel/blob/master/README.md 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.