diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 4f8ebab663..13ef44cc26 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -4,6 +4,8 @@ about: If something isn't working as expected 🤔. --- +## Bug Report + **Current Behavior** A clear and concise description of the behavior. @@ -13,10 +15,11 @@ A clear and concise description of the behavior. ```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 { @@ -32,7 +35,7 @@ A clear and concise description of what you expected to happen (or code). - 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/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 677922397f..fdbe35c81e 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,9 +1,11 @@ --- name: 🚀 Feature Request -about: I have a suggestion (which I may want to implement 🙂)! +about: I have a suggestion (and may want to implement it 🙂)! --- +## Feature Request + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...] diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index 68a2813501..cf839d261c 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -4,6 +4,8 @@ about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide firs --- +# v7 Regression + > First check out: https://new.babeljs.io/docs/en/next/v7-migration.html > Also a partial upgrade tool: https://github.com/babel/babel-upgrade @@ -20,7 +22,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, package.json, cli command)** ```js { diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index dc4e350301..32ad69fa25 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -4,14 +4,11 @@ about: If you have a question 💬, please check out our Slack or StackOverflow! --- ---------------^ Click "Preview"! -Issues on GitHub are intended to be related to problems with Babel itself, -so we recommend not using this medium to ask them here 😁. +--------------^ Click "Preview" for a nicer view! +We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁. --- -If you have a support request or question please submit them to one of this resources: - * Slack Community Chat: https://babeljs.slack.com (you can sign-up at https://slack.babeljs.io/ for an invite) * StackOverflow: https://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs` * Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs diff --git a/.github/ISSUE_TEMPLATE/Support_us.md b/.github/ISSUE_TEMPLATE/Support_us.md index 0ad897a3aa..56c9c08d57 100644 --- a/.github/ISSUE_TEMPLATE/Support_us.md +++ b/.github/ISSUE_TEMPLATE/Support_us.md @@ -4,7 +4,7 @@ about: If you would like to support our efforts in maintaining this community-dr --- -> Would recommend clicking preview for the rendered view. +--------------^ Click "Preview" for a nicer view! > Open Collective: https://opencollective.com/babel > Henry's Patreon: https://www.patreon.com/henryzhu