]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: ask for arch+kernel in bug report form
authorLennart Poettering <lennart@poettering.net>
Thu, 1 Oct 2020 12:57:06 +0000 (14:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 2 Oct 2020 10:38:28 +0000 (12:38 +0200)
Quite often we see kernel and arch specific issues, let's ask for the
version right-away when people file the issue.

Other tweaks.

.github/ISSUE_TEMPLATE/Bug_report.md

index 1ca8228969ddc03b78d1a0684691d67f95235df2..5db53a4579012ebe281ffafd3f112baef6bba282 100644 (file)
@@ -5,7 +5,7 @@ about: A report of an error in a recent systemd version
 ---
 
 **systemd version the issue has been seen with**
-> ...
+ > …
 
 <!-- **NOTE:** Do not submit bug reports about anything but the two most recently released (non-rc) systemd versions upstream! -->
 <!-- See https://github.com/systemd/systemd/releases for the list of most recent releases. -->
@@ -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**
+ > …