Skip to content

Commit

Permalink
chore: introduce envinfo into environment section [ci-skip] (#10565)
Browse files Browse the repository at this point in the history
This reverts commit d234ff6.
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Nov 20, 2019
1 parent 01d6d6d commit fee4d93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Expand Up @@ -27,8 +27,7 @@ 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, .eslintrc)**

**Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)**
- Filename: `babel.config.js`

```js
Expand All @@ -38,6 +37,10 @@ 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: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/Regression-v7.md
Expand Up @@ -26,18 +26,22 @@ A clear and concise description of what the regression is.
var your => (code) => here;
```

**Babel Configuration (.babelrc, package.json, cli command)**
**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)**

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

**Expected behavior/code**
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

0 comments on commit fee4d93

Please sign in to comment.