From d083a5085ca8c3b1d16e5e0ed46d06f5b7a7eb9c Mon Sep 17 00:00:00 2001 From: granny Date: Mon, 27 Jun 2022 18:06:10 -0700 Subject: [PATCH] [ci-skip] consistency --- .github/ISSUE_TEMPLATE/performance_problem.yml | 2 +- .github/ISSUE_TEMPLATE/server_crash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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