From: Christian Hewitt Date: Wed, 31 Jan 2024 05:53:20 +0000 (+0000) Subject: templates: add log section to bug_report.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5e2c962a3ac7a170f343ef3beb9bdf18f34a93;p=thirdparty%2Ftvheadend.git templates: add log section to bug_report.yml Signed-off-by: Christian Hewitt --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d8024c87b..66df5925b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -110,6 +110,13 @@ body: description: "Provide a detailed description of the issue." validations: required: true + - type: textarea + id: logfile + attributes: + label: Logfile + description: "Provide a pastebin URL to a log or share a log file that shows the issue." + validations: + required: false - type: textarea id: reproduce attributes: