babel/.github/ISSUE_TEMPLATE/Bug_report.md
Huáng Jùnliàng 6165bc60d1
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
2020-12-08 16:17:07 -05:00

1.7 KiB

name about title labels assignees
🐛 Bug Report If something isn't working as expected 🤔. i: bug, i: needs triage

Bug Report

  • I would like to work on a fix!

Current behavior

Input Code

var your => (code) => here;

Expected behavior

Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)

  • Filename: babel.config.js
{
  "your": { "config": "here" }
}

Environment


  • Babel version(s): [e.g. v7.12.0]
  • Node/npm version: [e.g. Node 12/npm 7]
  • OS: [e.g. macOS 10.15.4, Windows 10]
  • Monorepo: [e.g. yes/no/Lerna]
  • How you are using Babel: [e.g. webpack, rollup, parcel, babel-register]

Possible Solution

Additional context