From 7bd9c0c85e0d57971887923c0572ccb30fbf15dc Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 15 Feb 2021 15:30:03 +0100 Subject: [PATCH] github: Fix emojis in templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61e01bfa5..1bf2ae70e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: ":bug: Bug report" +name: "🐛 Bug report" about: Report a reproducible bug or regression labels: bug, needs triage --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 55a1b5a08..8f9b09ab4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: ":thinking: Question and Help" + - name: "🤔 Question and Help" url: https://github.com/strongswan/strongswan/discussions about: This issue tracker is not for support questions. Please refer to the strongSwan community's help and discussion forum \ No newline at end of file