From: Lennart Poettering Date: Wed, 10 Feb 2021 13:11:44 +0000 (+0100) Subject: github: expressly ask for logs in github issue template X-Git-Tag: v248-rc1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfc2beb571f0e0ad780d628c743eac68faf5186;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index a67992594a5..61e4b984a56 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** + + +```text +… +```