From d234ff6572e7593f36620780319b4e183aec7561 Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Wed, 16 Oct 2019 09:56:35 -0500 Subject: [PATCH] Revert "chore: introduce envinfo into environment section (#10553)" (#10564) This reverts commit 800eccc046ff71e4c2a0cbdb3fdddbae87933a71. --- .github/ISSUE_TEMPLATE/Bug_report.md | 6 +----- .github/ISSUE_TEMPLATE/Regression-v7.md | 12 ++++-------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index bdde953530..344922e470 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -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 { @@ -31,10 +31,6 @@ 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 b001290cf3..a700b90ba0 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -26,10 +26,7 @@ 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 { @@ -37,11 +34,10 @@ A clear and concise description of what you expected to happen (or code). } ``` -**Environment** - -``` +**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]