Update issue template (#11524)

* Update Bug_report.md

* Update ci.json

[skip ci]
This commit is contained in:
Henry Zhu 2020-05-05 15:13:05 -04:00 committed by GitHub
parent a8061ae7d8
commit 8aa5e574a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"installCommand": "codesandbox", "installCommand": "codesandbox",
"buildCommand": false, "buildCommand": false,
"sandboxes": ["9d0wg", "7s08o"], "sandboxes": ["7s08o", "vhm64"],
"packages": ["packages/*"] "packages": ["packages/*"]
} }

View File

@ -20,8 +20,9 @@ assignees: ''
**Current Behavior** **Current Behavior**
A clear and concise description of the behavior. A clear and concise description of the behavior.
- [REPL](babeljs.io/repl), [Codesandbox](https://codesandbox.io/s/babel-repl-custom-plugin-7s08o?file=/src/index.js), or GitHub Repo link if applicable:
**Input Code** **Input Code**
- REPL or Repo link if applicable:
```js ```js
var your => (code) => here; var your => (code) => here;