25 lines
786 B
Diff
25 lines
786 B
Diff
|
From 455c5dbd35adda783cd34b0377f9cd52eab07d46 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 16:02:40 +0000
|
||
|
Subject: [PATCH] Adding a feature request template
|
||
|
|
||
|
---
|
||
|
.github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++
|
||
|
1 file changed, 8 insertions(+)
|
||
|
|
||
|
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
|
||
|
new file mode 100644
|
||
|
index 00000000..84347563
|
||
|
--- /dev/null
|
||
|
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
|
||
|
@@ -0,0 +1,8 @@
|
||
|
+---
|
||
|
+name: \U0002728 Feature Request
|
||
|
+about: A request for enhancement in Dracut
|
||
|
+labels: 'enhancement'
|
||
|
+---
|
||
|
+
|
||
|
+**Describe the enhancement**
|
||
|
+A clear and concise description of what the enhancement is that you would like to see.
|
||
|
|