diff --git a/.github/ISSUE_TEMPLATE/performance_problem.yml b/.github/ISSUE_TEMPLATE/performance_problem.yml index 4f18bbfd6..12bb65157 100644 --- a/.github/ISSUE_TEMPLATE/performance_problem.yml +++ b/.github/ISSUE_TEMPLATE/performance_problem.yml @@ -8,7 +8,7 @@ body: - type: input attributes: label: Spark link - description: We ask that all Spark profilings are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. + description: We ask that all Spark profilings are shared through a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. placeholder: Output of /spark profiler --timeout 300 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/server_crash.yml b/.github/ISSUE_TEMPLATE/server_crash.yml index 65de229d7..39df6304b 100644 --- a/.github/ISSUE_TEMPLATE/server_crash.yml +++ b/.github/ISSUE_TEMPLATE/server_crash.yml @@ -10,7 +10,7 @@ body: - type: input attributes: label: Spark link - description: We ask that all Spark profilings are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. + description: We ask that all Spark profilings are shared through a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. placeholder: Output of /spark profiler --timeout 300 validations: required: true