From 9f28f82598533eec45a34a733b863cc83a1d4cc5 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 4 Sep 2020 14:07:04 +0200 Subject: [PATCH] docs: add space between icon and text in issue template (#38712) Closes #37492 PR Close #38712 --- .github/ISSUE_TEMPLATE/1-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/2-feature-request.md | 2 +- .github/ISSUE_TEMPLATE/5-support-request.md | 2 +- .github/ISSUE_TEMPLATE/6-angular-cli.md | 2 +- .github/ISSUE_TEMPLATE/7-angular-components.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 39b3eb6862..4785c8fb39 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -1,5 +1,5 @@ --- -name: "\U0001F41EBug report" +name: "\U0001F41E Bug report" about: Report a bug in the Angular Framework ---