Update 🐍 bug-report.md
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\\U0001F917 Support Question"
|
|
||||||
about: If you have a question \U0001F4AC, please check out our Slack or StackOverflow!
|
|
||||||
title: ''
|
|
||||||
labels: 'Type: Question'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
+5
-3
@@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: "\\U0001F41B Bug Report"
|
name: '🐛 Bug Report'
|
||||||
about: If something isn't working as expected \U0001F914.
|
about: If something isn't working as expected 🤔.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Type: Bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Bug Report
|
## Bug Report
|
||||||
@@ -13,6 +12,7 @@ assignees: ''
|
|||||||
A clear and concise description of the behavior.
|
A clear and concise description of the behavior.
|
||||||
|
|
||||||
**Input Code**
|
**Input Code**
|
||||||
|
|
||||||
- REPL or Repo link if applicable:
|
- REPL or Repo link if applicable:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
@@ -31,6 +31,7 @@ A clear and concise description of what you expected to happen (or code).
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Environment**
|
**Environment**
|
||||||
|
|
||||||
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
|
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
|
||||||
- Node/npm version: [e.g. Node 8/npm 5]
|
- Node/npm version: [e.g. Node 8/npm 5]
|
||||||
- OS: [e.g. OSX 10.13.4, Windows 10]
|
- OS: [e.g. OSX 10.13.4, Windows 10]
|
||||||
@@ -38,6 +39,7 @@ A clear and concise description of what you expected to happen (or code).
|
|||||||
- How you are using Babel: [e.g. `cli`, `register`, `loader`]
|
- How you are using Babel: [e.g. `cli`, `register`, `loader`]
|
||||||
|
|
||||||
**Possible Solution**
|
**Possible Solution**
|
||||||
|
|
||||||
<!--- Only if you have suggestions on a fix for the bug -->
|
<!--- Only if you have suggestions on a fix for the bug -->
|
||||||
|
|
||||||
**Additional context/Screenshots**
|
**Additional context/Screenshots**
|
||||||
+2
-3
@@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: "\\U0001F680 Feature Request"
|
name: '✨ Feature Request'
|
||||||
about: I have a suggestion (and may want to implement it \U0001F642)!
|
about: I have a suggestion (and may want to implement it 🙂)!
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Suggestion'
|
labels: 'Type: Suggestion'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Feature Request
|
## Feature Request
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: '🤗 Support Question'
|
||||||
|
about: If you have a question 💬
|
||||||
|
title: ''
|
||||||
|
labels: 'Type: Question'
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user