From 570eca2e2109c61d76446aeff16ec9cdcead1369 Mon Sep 17 00:00:00 2001 From: Charles DeLancey <46200123+Evidentsinger14@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:31:40 -0400 Subject: [PATCH] Add text box to bug report template (#5715) --- .github/ISSUE_TEMPLATE/report-a-bug.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.yml b/.github/ISSUE_TEMPLATE/report-a-bug.yml index 7c385ca3f..44f51eac3 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-a-bug.yml @@ -70,10 +70,13 @@ body: validations: required: true -- type: markdown +- type: textarea attributes: - value: | - In the text box below, you can attach any relevant screenshots, files and links to Timings/spark profiler reports. + label: Additional Information + description: | + In this box, you can attach any relevant screenshots, files and links to Timings/spark profiler reports. You can also include a link to a heapdump if necessary, but please make sure you don't include any private player data in the heapdump. If you suspect this issue is related to a prior issue/PR/commit, please mention it here. - + validations: + required: false +