Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: introduce envinfo into environment section #10553

Merged
merged 5 commits into from Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion .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 (.babelrc, package.json, cli command)**
**Babel Configuration (.babelrc, babel.config.js, cli command)**
JLHwung marked this conversation as resolved.
Show resolved Hide resolved

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

**Environment**
<!--- Tryme: you can run `npx envinfo --preset babel` and paste the result below ``` -->
JLHwung marked this conversation as resolved.
Show resolved Hide resolved
```

```
<!--- you can delete the questions below if you have pasted `envinfo` results -->
<!--- :-) It is also okay if instead you prefer to fill in the information below -->
JLHwung marked this conversation as resolved.
Show resolved Hide resolved
- 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
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/Regression-v7.md
Expand Up @@ -26,7 +26,7 @@ A clear and concise description of what the regression is.
var your => (code) => here;
```

**Babel Configuration (.babelrc, package.json, cli command)**
**Babel Configuration (.babelrc, babel.config.js, cli command)**

```js
{
Expand All @@ -38,6 +38,12 @@ var your => (code) => here;
A clear and concise description of what you expected to happen (or code).

**Environment**
<!--- Tryme: you can run `npx envinfo --preset babel` and paste the result below ``` -->
```

```
<!--- you can delete the questions below if you have pasted `envinfo` results -->
<!--- :-) It is also okay if instead you prefer to fill in the information 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