From 8aa5e574a0c47bd67614fb3a5042479889fed4fb Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 5 May 2020 15:13:05 -0400 Subject: [PATCH] Update issue template (#11524) * Update Bug_report.md * Update ci.json [skip ci] --- .codesandbox/ci.json | 2 +- .github/ISSUE_TEMPLATE/Bug_report.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index a349bd5266..2fe05ad300 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,6 +1,6 @@ { "installCommand": "codesandbox", "buildCommand": false, - "sandboxes": ["9d0wg", "7s08o"], + "sandboxes": ["7s08o", "vhm64"], "packages": ["packages/*"] } diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 63e446c692..cd9a85599f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -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;