77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
From cd1a0025120c60be1a1da0a1fe0d566671c667d7 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:20 +0000
|
|
Subject: [PATCH] Adding a bug report template
|
|
|
|
---
|
|
.github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++
|
|
1 file changed, 26 insertions(+)
|
|
|
|
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
|
|
new file mode 100644
|
|
index 00000000..c63bc5ba
|
|
--- /dev/null
|
|
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
|
|
@@ -0,0 +1,26 @@
|
|
+---
|
|
+name: \U0001F41B Bug report
|
|
+about: A report of an error in a recent Dracut version
|
|
+labels: 'bug'
|
|
+---
|
|
+
|
|
+**Describe the bug**
|
|
+A clear and concise description of what the error is.
|
|
+
|
|
+**Distribution used**
|
|
+Which distribution was this behaviour seen in?
|
|
+
|
|
+**Dracut version**
|
|
+Which dracut version was this behaviour seen in?
|
|
+
|
|
+**Init system**
|
|
+Which init system is being used?
|
|
+
|
|
+**To Reproduce**
|
|
+Steps or code to reproduce the behavior.
|
|
+
|
|
+**Expected behavior**
|
|
+A clear and concise description of what you expected to happen.
|
|
+
|
|
+**Additional context**
|
|
+Add any other context you like about the problem here.
|
|
|