From d5b3383170df1ee1ffd9b7494ef90ff22761fb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 14:54:15 +0200 Subject: [PATCH] Use github emojis if possible cc @ulfgebhardt Unicode emojis are not displayed in my browser for all font sizes. Except in the title of an issue or PR you can use `:emoji:` notation to let Github render emojis. That's possible in commit messages as well as the description of PRs/issues and in comments. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b0d890e2..58ca6b387 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,7 @@ about: Create a report to help us improve --- -## 🐛 Bugreport +## :bug: Bugreport diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4b0493ac8..ed30ba7ad 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,7 @@ about: Suggest an idea for this project --- -## 🚀 Feature +## :rocket: Feature diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 0999221f4..eb5a923dd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -6,5 +6,5 @@ about: If you need help understanding HumanConnection. -## 💬 Question +## :speech_balloon: Question