Update 🐍 bug-report.md

This commit is contained in:
Un Épicier
2024-02-19 10:06:21 +01:00
committed by alexis
parent 3a0b5e1f7f
commit 84489a3b6e
4 changed files with 20 additions and 22 deletions
+46
View File
@@ -0,0 +1,46 @@
---
name: '🐛 Bug Report'
about: If something isn't working as expected 🤔.
title: ''
labels: 'Type: Bug'
assignees: ''
---
## Bug Report
**Current Behavior**
A clear and concise description of the behavior.
**Input Code**
- REPL or Repo link if applicable:
```js
var your => (code) => here;
```
**Expected behavior/code**
A clear and concise description of what you expected to happen (or code).
**Babel Configuration (.babelrc, package.json, cli command)**
```js
{
"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**
<!--- Only if you have suggestions on a fix for the bug -->
**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.