Skip to content

Commit

Permalink
Revert "chore: introduce envinfo into environment section (#10553)" (#…
Browse files Browse the repository at this point in the history
…10564)

This reverts commit 800eccc.
  • Loading branch information
existentialism authored and JLHwung committed Oct 16, 2019
1 parent 800eccc commit d234ff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Expand Up @@ -22,7 +22,7 @@ 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)**
**Babel Configuration (.babelrc, package.json, cli command)**

```js
{
Expand All @@ -31,10 +31,6 @@ A clear and concise description of what you expected to happen (or code).
```

**Environment**
<!--- Tip: Instead of filling out the questions below, you can run `npx envinfo --preset babel` and paste the result below ``` -->
```
```
- 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]
Expand Down
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/Regression-v7.md
Expand Up @@ -26,22 +26,18 @@ A clear and concise description of what the regression is.
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)**
**Babel Configuration (.babelrc, package.json, cli command)**

```js
{
"your": { "config": "here" }
}
```

**Environment**
<!--- Tip: Instead of filling out the questions below, you can run `npx envinfo --preset babel` and paste the result below ``` -->
```
**Expected behavior/code**
A clear and concise description of what you expected to happen (or code).

```
**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]
Expand Down

0 comments on commit d234ff6

Please sign in to comment.