Skip to content

Commit

Permalink
Update issue template (babel#11524)
Browse files Browse the repository at this point in the history
* Update Bug_report.md

* Update ci.json

[skip ci]
  • Loading branch information
hzoo authored May 5, 2020
1 parent a8061ae commit 8aa5e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"installCommand": "codesandbox",
"buildCommand": false,
"sandboxes": ["9d0wg", "7s08o"],
"sandboxes": ["7s08o", "vhm64"],
"packages": ["packages/*"]
}
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ assignees: ''
**Current 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**
- REPL or Repo link if applicable:

```js
var your => (code) => here;
Expand Down

0 comments on commit 8aa5e57

Please sign in to comment.