From: Lennart Poettering Date: Thu, 1 Oct 2020 12:57:06 +0000 (+0200) Subject: github: ask for arch+kernel in bug report form X-Git-Tag: v247-rc1~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=278c13431b21114778315558fa5041b950d63bc3;p=thirdparty%2Fsystemd.git github: ask for arch+kernel in bug report form Quite often we see kernel and arch specific issues, let's ask for the version right-away when people file the issue. Other tweaks. --- diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1ca8228969d..5db53a45790 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,7 +5,7 @@ about: A report of an error in a recent systemd version --- **systemd version the issue has been seen with** -> ... + > … @@ -14,6 +14,12 @@ about: A report of an error in a recent systemd version **Used distribution** > … +**Linux kernel version used** (`uname -a`) + > … + +**CPU architecture issue was seen on** + > … + **Expected behaviour you didn't see** > … @@ -21,3 +27,4 @@ about: A report of an error in a recent systemd version > … **Steps to reproduce the problem** + > …