]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: expressly ask for logs in github issue template
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2021 13:11:44 +0000 (14:11 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 10 Feb 2021 13:43:16 +0000 (14:43 +0100)
Apparently it's not obvious that logs are a good thing to provide, hence
let's explicitly ask for them.

.github/ISSUE_TEMPLATE/Bug_report.md

index a67992594a589f0a6d02034738df98e687ba4f36..61e4b984a567bd00e5735b502dcd918f81196b5c 100644 (file)
@@ -31,3 +31,15 @@ about: A report of an error in a recent systemd version
 
 **Steps to reproduce the problem**
  > …
+
+**Additional program output to the terminal or log subsystem illustrating the issue**
+
+<!-- Please paste relevant program terminal or journal output here, ideally
+     when generated in debug mode (try setting the SYSTEMD_LOG_LEVEL=debug
+     environment variable). For very long copy/pasted data consider using a
+     service like https://gist.github.com/. Where copy/paste is not possible
+     (for example early boot or late shutdown), a photo of the screen might do
+     too, but text is always much preferred. -->
+```text
+…
+```