From 5fcd96b7b7ffb51304054931925a0ab4b691dc36 Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Sun, 18 Jan 2026 19:54:34 +0700 Subject: [PATCH] fix: conditionally include console output field in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d24f735c4..15ed38536 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,6 +64,7 @@ body: # Ensure indentation uses regular spaces render: shell # Use 'shell' or 'log' for better formatting of code/logs validations: required: false + if: console-output # Only include this field in the final issue if it is filled # - type: textarea # id: error-log-info # ID is optional for markdown but kept for consistency # attributes: