From: Tobias Brunner Date: Mon, 15 Feb 2021 14:30:03 +0000 (+0100) Subject: github: Fix emojis in templates X-Git-Tag: 5.9.2rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd9c0c85e0d57971887923c0572ccb30fbf15dc;p=thirdparty%2Fstrongswan.git github: Fix emojis in templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61e01bfa59..1bf2ae70e7 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 55a1b5a082..8f9b09ab40 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