diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-02-10 14:11:44 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-10 14:43:16 +0100 |
commit | 8dfc2beb571f0e0ad780d628c743eac68faf5186 (patch) | |
tree | ea5b7b7666d2c91c1fae4378caee6e4529461fb3 /.github/ISSUE_TEMPLATE/Bug_report.md | |
parent | clock-util: modernize settimeofday() timezone calls (diff) | |
download | systemd-8dfc2beb571f0e0ad780d628c743eac68faf5186.tar.xz systemd-8dfc2beb571f0e0ad780d628c743eac68faf5186.zip |
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 '')
-rw-r--r-- | .github/ISSUE_TEMPLATE/Bug_report.md | 12 |
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 +… +``` |