]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Adding a bug report template
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 28 Aug 2020 16:02:20 +0000 (16:02 +0000)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 28 Aug 2020 16:58:52 +0000 (18:58 +0200)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..c63bc5b
--- /dev/null
@@ -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.