diff --git a/emoji-guide/Bug_report.md b/emoji-guide/Bug_report.md index 13ef44c..344922e 100644 --- a/emoji-guide/Bug_report.md +++ b/emoji-guide/Bug_report.md @@ -1,6 +1,9 @@ --- -name: 🐛 Bug Report -about: If something isn't working as expected 🤔. +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." +title: '' +labels: 'i: bug, i: needs triage' +assignees: '' --- @@ -31,7 +34,7 @@ A clear and concise description of what you expected to happen (or code). - 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] -- Monorepo [e.g. yes/no/Lerna] +- Monorepo: [e.g. yes/no/Lerna] - How you are using Babel: [e.g. `cli`, `register`, `loader`] **Possible Solution** diff --git a/emoji-guide/Feature_request.md b/emoji-guide/Feature_request.md index fdbe35c..b9c8254 100644 --- a/emoji-guide/Feature_request.md +++ b/emoji-guide/Feature_request.md @@ -1,6 +1,9 @@ --- -name: 🚀 Feature Request -about: I have a suggestion (and may want to implement it 🙂)! +name: "\U0001F680 Feature Request" +about: "I have a suggestion (and may want to implement it \U0001F642)!" +title: '' +labels: 'i: enhancement, i: needs triage' +assignees: '' --- diff --git a/emoji-guide/Regression-v7.md b/emoji-guide/Regression-v7.md index cf839d2..a700b90 100644 --- a/emoji-guide/Regression-v7.md +++ b/emoji-guide/Regression-v7.md @@ -1,12 +1,16 @@ --- -name: 💥 v7 Regression -about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide first ✌️) +name: "\U0001F4A5 v7 Regression" +about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide first + ✌️) +title: '' +labels: 'i: bug, 7.x: regression, i: needs triage' +assignees: '' --- # v7 Regression -> First check out: https://new.babeljs.io/docs/en/next/v7-migration.html +> First check out: https://babeljs.io/docs/en/v7-migration > Also a partial upgrade tool: https://github.com/babel/babel-upgrade **Potential Commit/PR that introduced the regression** diff --git a/emoji-guide/Support_question.md b/emoji-guide/Support_question.md index 32ad69f..57c183f 100644 --- a/emoji-guide/Support_question.md +++ b/emoji-guide/Support_question.md @@ -1,6 +1,9 @@ --- -name: 🤗 Support Question -about: If you have a question 💬, please check out our Slack or StackOverflow! +name: "\U0001F917 Support Question" +about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!" +title: '' +labels: 'i: question, i: needs triage' +assignees: '' --- diff --git a/emoji-guide/Support_us.md b/emoji-guide/Support_us.md index 56c9c08..cd7eb39 100644 --- a/emoji-guide/Support_us.md +++ b/emoji-guide/Support_us.md @@ -1,6 +1,10 @@ --- -name: 🤝 Support us on Babel -about: If you would like to support our efforts in maintaining this community-driven project 🙌! +name: "\U0001F91D Support us on Babel" +about: "If you would like to support our efforts in maintaining this community-driven + project \U0001F64C!" +title: '' +labels: '' +assignees: '' ---