summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-10 14:11:44 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-02-10 14:43:16 +0100
commit8dfc2beb571f0e0ad780d628c743eac68faf5186 (patch)
treeea5b7b7666d2c91c1fae4378caee6e4529461fb3 /.github/ISSUE_TEMPLATE
parent505061bb4fdecd06bdfbb1e0341316ab6ca1918b (diff)
downloadsystemd-8dfc2beb571f0e0ad780d628c743eac68faf5186.tar.gz
github: expressly ask for logs in github issue template
Apparently it's not obvious that logs are a good thing to provide, hence let's explicitly ask for them.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index a67992594a..61e4b984a5 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -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
+…
+```