chore: fix broken REPL link in issue template (#12459) [ci-skip]

* chore: fix broken REPL link in issue template

* Update .github/ISSUE_TEMPLATE/Bug_report.md
This commit is contained in:
Huáng Jùnliàng 2020-12-08 16:17:07 -05:00 committed by GitHub
parent b422c7f0ef
commit 6165bc60d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ 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 helps! - [REPL](https://babel.dev/repl), [Codesandbox](https://codesandbox.io/s/babel-repl-custom-plugin-7s08o?file=/src/index.js), or GitHub Repo may increase triaging priority!
**Input Code** **Input Code**
@ -45,11 +45,11 @@ var your => (code) => here;
``` ```
``` ```
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34] - Babel version(s): [e.g. v7.12.0]
- Node/npm version: [e.g. Node 8/npm 5] - Node/npm version: [e.g. Node 12/npm 7]
- OS: [e.g. OSX 10.13.4, Windows 10] - OS: [e.g. macOS 10.15.4, Windows 10]
- 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. `webpack`, `rollup`, `parcel`, `babel-register`]
**Possible Solution** **Possible Solution**
<!--- If you have suggestions on a fix for the bug --> <!--- If you have suggestions on a fix for the bug -->