summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-10-01 14:57:06 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-02 12:38:28 +0200
commit278c13431b21114778315558fa5041b950d63bc3 (patch)
tree6177c4512b53de2351030a4918bc6a90c904d07b /.github/ISSUE_TEMPLATE
parentMerge pull request #17172 from keszybz/read-login-defs (diff)
downloadsystemd-278c13431b21114778315558fa5041b950d63bc3.tar.xz
systemd-278c13431b21114778315558fa5041b950d63bc3.zip
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.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index 1ca8228969..5db53a4579 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**
-> ...
+ > …
<!-- **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**
+ > …