diff --git a/.github/Bug_report.md b/.github/ISSUE_TEMPLATE.md similarity index 54% rename from .github/Bug_report.md rename to .github/ISSUE_TEMPLATE.md index 344922e..5dfe380 100644 --- a/.github/Bug_report.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,8 +2,8 @@ name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." title: '' -labels: 'i: bug, i: needs triage' -assignees: '' +labels: 'i: bug' +assignees: 'nathom' --- @@ -12,33 +12,30 @@ assignees: '' **Current Behavior** A clear and concise description of the behavior. -**Input Code** -- REPL or Repo link if applicable: +**Command used:** -```js -var your => (code) => here; +```bash +rip your command ``` **Expected behavior/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 -{ - "your": { "config": "here" } -} +```yaml +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] +- `streamrip` version(s): [e.g. v0.5.2] +- Python version: [e.g. 3.8] - 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. +Add any other context about the problem here. If applicable, add screenshots to help explain. \ No newline at end of file