From 7236e5f89f42868e680751fc1e2696380e19d287 Mon Sep 17 00:00:00 2001 From: Darshan Paccha Date: Mon, 29 Jun 2026 02:08:16 +0530 Subject: [PATCH] fix(issue-template): split logs and screenshots into separate fields (#73649) * fix: remove render shell from bug report template * fix: split logs and screenshots in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7bc915613bc..bbdca8656ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -122,9 +122,14 @@ body: - type: textarea id: logs attributes: - label: Logs, screenshots, and evidence - description: Include the redacted logs, screenshots, recordings, docs, or version comparisons that support the grounded answers above. + label: Logs + description: Include the redacted logs or version comparisons that support the grounded answers above. render: shell + - type: textarea + id: screenshots_evidence + attributes: + label: Screenshots, recordings, and evidence + description: Include screenshots, recordings, docs, or other evidence that support the grounded answers above. - type: textarea id: impact attributes: