* chore: fix broken REPL link in issue template * Update .github/ISSUE_TEMPLATE/Bug_report.md
1.7 KiB
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
- REPL, Codesandbox, or GitHub Repo may increase triaging priority!
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