From fee4d936a3443c4d8812cac208e567e0ba8edc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 20 Nov 2019 15:49:34 -0500 Subject: [PATCH] chore: introduce envinfo into environment section [ci-skip] (#10565) This reverts commit d234ff6572e7593f36620780319b4e183aec7561. --- .github/ISSUE_TEMPLATE/Bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/Regression-v7.md | 12 ++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 90c373003e82..f182520ff80a 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -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 @@ -38,6 +37,10 @@ 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] diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index a700b90ba073..b001290cf317 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -26,7 +26,10 @@ 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 { @@ -34,10 +37,11 @@ var your => (code) => here; } ``` -**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]