* chore: introduce envinfo into environment section [skip ci] * Apply suggestions from code review Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> * Address review comments from Nicolò * Update .github/ISSUE_TEMPLATE/Bug_report.md [skip ci] Co-Authored-By: Brian Ng <bng412@gmail.com> * chore: simplify issue template [skip ci]
1.1 KiB
1.1 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🐛 Bug Report | If something isn't working as expected 🤔. | i: bug, i: needs triage |
Bug Report
Current Behavior A clear and concise description of the behavior.
Input Code
- REPL or Repo link if applicable:
var your => (code) => here;
Expected behavior/code A clear and concise description of what you expected to happen (or code).
Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command)
{
"your": { "config": "here" }
}
Environment
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
- Node/npm version: [e.g. Node 8/npm 5]
- OS: [e.g. OSX 10.13.4, Windows 10]
- Monorepo: [e.g. yes/no/Lerna]
- How you are using Babel: [e.g.
cli,register,loader]
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.