diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 4e16b395b5..ff85a6eb5a 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,20 +1,22 @@ --- -name: Bug Report -about: Create an issue to help us know about a potential bug +name: 🐛 Bug Report +about: If something not working as expected --- -**Describe the bug** -A clear and concise description of what the bug is. +**Current Behavior** +A clear and concise description of the behavior. **Input Code** - +- REPL or Repo link if applicable: ```js 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, package.json, cli command) ```js { @@ -22,12 +24,6 @@ var your => (code) => here; } ``` -**Expected behavior/code** -A clear and concise description of what you expected to happen (or code). - -**Possible Solution** - - **Environment** - Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34] - Node/npm version: [e.g. Node 8/npm 5] @@ -35,5 +31,8 @@ A clear and concise description of what you expected to happen (or code). - Monorepo [e.g. yes/no/Lerna] - How you are using Babel: [e.g. `cli`, `register`, `loader`] +**Possible Solution** + + **Additional context/Screenshots** Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index cb2f02b9e5..29dec0ebb6 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -1,9 +1,12 @@ --- -name: v7 Regression -about: Report a regression in v7 from v6 +name: 💥 v7 Regression +about: Report an unexpected behavior in v7 from v6 (check upgrade guide first ✌️) --- +> First check out: https://new.babeljs.io/docs/en/next/v7-migration.html +> Also a partial upgrade tool: https://github.com/babel/babel-upgrade + **Potential Commit/PR that introduced the regression** If you have time to investigate, what PR/date introduced this issue. diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md index b84f99580a..69b6cc6644 100644 --- a/.github/ISSUE_TEMPLATE/Support.md +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -1,6 +1,11 @@ --- -name: Support Question -about: If you have a support question, please check out our Slack or StackOverflow +name: 🤗 Support Question +about: If you have a question, please check out our Slack or StackOverflow! + +--- + +Issues on GitHub are intended to be related to problems with Babel itself, +so we recommend not using this medium to ask them here 😁. --- @@ -11,6 +16,3 @@ If you have a support request or question please submit them to one of this reso * Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs * Also have a look at the readme for more information on how to get support: https://github.com/babel/babel/blob/master/README.md - -Issues on GitHub are intended to be related to problems of Babel itself, -so we try not to answer support questions here.