46 lines
1.5 KiB
Diff
46 lines
1.5 KiB
Diff
|
From d2b3289aa5f047e03ca2c4e103bef844a2f0d0d2 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
||
|
Date: Fri, 28 Aug 2020 17:11:41 +0000
|
||
|
Subject: [PATCH] Fix Unicode
|
||
|
|
||
|
---
|
||
|
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
|
||
|
.github/ISSUE_TEMPLATE/documentation.md | 2 +-
|
||
|
.github/ISSUE_TEMPLATE/feature_request.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 c63bc5ba..d57b92ab 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 7efadfaf..e3501ccb 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 84347563..987e2f8d 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'
|
||
|
---
|
||
|
|