From: Jóhann B. Guðmundsson Date: Fri, 28 Aug 2020 16:02:20 +0000 (+0000) Subject: Adding a bug report template X-Git-Tag: 051~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd1a0025120c60be1a1da0a1fe0d566671c667d7;p=thirdparty%2Fdracut.git Adding a bug report template --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..c63bc5ba6 --- /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.