From 6ba562c663e5d84f5a4b0f10bbe3adaf846ad2f7 Mon Sep 17 00:00:00 2001 From: BlurOne! <61806094+BlurOne-GIT@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:58:59 -0300 Subject: [PATCH] Enhance debug-logs textarea (#1078) Update the debug-logs textarea to use the render feature, which automatically makes the content of the textarea into a code block, instead of requiring the default value with backticks. --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b96345d..7a0d099 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -112,10 +112,8 @@ body: attributes: label: Debug Logs description: Run vesktop from the command line. Include the relevant command line output here. If there are any lines that seem relevant, try googling them or searching existing issues - value: | - ``` - Replace this text with your crash-log. Do not remove the backticks - ``` + placeholder: Paste your crash-log here. + render: shell validations: required: true