diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9f7e7a282..1c8964d2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,9 +7,9 @@ body: Before reporting a crash here, please make sure you are on the latest version of Purpur. - type: input attributes: - label: Timings link - description: We ask that all timings are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. - placeholder: Output of /timings paste + label: Spark link + description: We ask that 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 - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 107e533f4..85f7e44ad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Suggest an idea for Purpur - name: Purpur Discord url: https://purpurmc.org/discord - about: If you are having issues with timings or have other minor issues, come join our Discord server for help! + about: If you are having issues with Spark profiling or have other minor issues, come join our Discord server for help! diff --git a/.github/ISSUE_TEMPLATE/performance_problem.yml b/.github/ISSUE_TEMPLATE/performance_problem.yml index d5faa24d9..4f18bbfd6 100644 --- a/.github/ISSUE_TEMPLATE/performance_problem.yml +++ b/.github/ISSUE_TEMPLATE/performance_problem.yml @@ -7,9 +7,9 @@ body: Before reporting performance problems here, please make sure you are on the latest version of Purpur. - type: input attributes: - label: Timings link - description: We ask that all timings are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. - placeholder: Output of /timings paste + 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. + placeholder: Output of /spark profiler --timeout 300 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/server_crash.yml b/.github/ISSUE_TEMPLATE/server_crash.yml index 447603fb2..65de229d7 100644 --- a/.github/ISSUE_TEMPLATE/server_crash.yml +++ b/.github/ISSUE_TEMPLATE/server_crash.yml @@ -9,9 +9,9 @@ body: Please do not make reports when the report says "DO NOT REPORT THIS TO PURPUR". These are simply messages informing you of lag, to find what is causing it. Ask for tips on Discord or IRC instead. - type: input attributes: - label: Timings link - description: We ask that all timings are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue. - placeholder: Output of /timings paste + 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. + placeholder: Output of /spark profiler --timeout 300 validations: required: true - type: textarea