From: Jóhann B. Guðmundsson Date: Fri, 28 Aug 2020 17:11:41 +0000 (+0000) Subject: Fix Unicode X-Git-Tag: 051~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b3289aa5f047e03ca2c4e103bef844a2f0d0d2;p=thirdparty%2Fdracut.git Fix Unicode --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c63bc5ba6..d57b92ab5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: \U0001F41B Bug report +name: "\U0001F41B Bug report" about: A report of an error in a recent Dracut version labels: 'bug' --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 7efadfaff..e3501ccb2 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,5 +1,5 @@ --- -name: \U0001F4D6 Documentation +name: "\U0001F4D6 Documentation" about: Suggest an improvement for documentation in Dracut labels: 'documents' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 843475639..987e2f8d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: \U0002728 Feature Request +name: "\U0002728 Feature Request" about: A request for enhancement in Dracut labels: 'enhancement' ---