From e87a1669ee147d229e9d4346c1bf3fca8d1e941b Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 5 Dec 2018 13:13:05 -0500 Subject: [PATCH] Update issue templates [skip ci] --- .github/ISSUE_TEMPLATE/Bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/Feature_request.md | 7 +++++-- .github/ISSUE_TEMPLATE/Regression-v7.md | 8 ++++++-- .github/ISSUE_TEMPLATE/Support_question.md | 7 +++++-- .github/ISSUE_TEMPLATE/Support_us.md | 8 ++++++-- 5 files changed, 27 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 13ef44cc2688..428357106744 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/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' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index fdbe35c81ed3..8ed1aa533cc0 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/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' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index cf839d261cbb..72d315e4fc78 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -1,6 +1,10 @@ --- -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' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index 32ad69fa25a3..466b0256e558 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/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' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Support_us.md b/.github/ISSUE_TEMPLATE/Support_us.md index 56c9c08d57cc..cd7eb394bdd8 100644 --- a/.github/ISSUE_TEMPLATE/Support_us.md +++ b/.github/ISSUE_TEMPLATE/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: '' ---