From d8a2db73e2a51bd39d92f10577cd803bb58e6dc0 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 15 Jul 2021 13:55:16 -0400 Subject: [PATCH] chore(): add emojis to issue template titles (#23648) resolves #23647 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ff82042346..d7e064089f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐛 Bug Report description: Create a report to help us improve Ionic Framework title: 'bug: ' body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0bdcf29f7d..25a8dbb606 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,10 @@ contact_links: - - name: Documentation + - name: 📚 Documentation url: https://github.com/ionic-team/ionic-docs/issues/new/choose about: This issue tracker is not for documentation issues. Please file documentation issues on the Ionic Docs repo. - - name: CLI + - name: 💻 CLI url: https://github.com/ionic-team/ionic-cli/issues/new/choose about: This issue tracker is not for CLI issues. Please file CLI issues on the Ionic CLI repo. - - name: Support Question + - name: 🤔 Support Question url: https://forum.ionicframework.com/ about: This issue tracker is not for support questions. Please post your question on the Ionic Forums. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ba83f0668c..2a955b4446 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Feature Request +name: 💡 Feature Request description: Suggest an idea for Ionic Framework title: 'feat: ' body: