mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 12:07:14 -04:00
Issue templates update
This commit is contained in:
parent
a515822390
commit
460b206aee
1 changed files with 13 additions and 16 deletions
|
@ -2,8 +2,8 @@
|
||||||
name: "\U0001F41B Bug Report"
|
name: "\U0001F41B Bug Report"
|
||||||
about: "If something isn't working as expected \U0001F914."
|
about: "If something isn't working as expected \U0001F914."
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'i: bug, i: needs triage'
|
labels: 'i: bug'
|
||||||
assignees: ''
|
assignees: 'nathom'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -12,33 +12,30 @@ assignees: ''
|
||||||
**Current Behavior**
|
**Current Behavior**
|
||||||
A clear and concise description of the behavior.
|
A clear and concise description of the behavior.
|
||||||
|
|
||||||
**Input Code**
|
**Command used:**
|
||||||
- REPL or Repo link if applicable:
|
|
||||||
|
|
||||||
```js
|
```bash
|
||||||
var your => (code) => here;
|
rip your command
|
||||||
```
|
```
|
||||||
|
|
||||||
**Expected behavior/code**
|
**Expected behavior/code**
|
||||||
A clear and concise description of what you expected to happen (or code).
|
A clear and concise description of what you expected to happen (or code).
|
||||||
|
|
||||||
**Babel Configuration (.babelrc, package.json, cli command)**
|
**Streamrip Configuration file (find using `rip config -o`)**
|
||||||
|
|
||||||
```js
|
```yaml
|
||||||
{
|
your:
|
||||||
"your": { "config": "here" }
|
config
|
||||||
}
|
here
|
||||||
```
|
```
|
||||||
|
|
||||||
**Environment**
|
**Environment**
|
||||||
- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34]
|
- `streamrip` version(s): [e.g. v0.5.2]
|
||||||
- Node/npm version: [e.g. Node 8/npm 5]
|
- Python version: [e.g. 3.8]
|
||||||
- OS: [e.g. OSX 10.13.4, Windows 10]
|
- 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**
|
**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**
|
||||||
Add any other context about the problem here. If applicable, add screenshots to help explain.
|
Add any other context about the problem here. If applicable, add screenshots to help explain.
|
Loading…
Add table
Add a link
Reference in a new issue