mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
[ci-skip] timings -> spark in issue templates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/server_crash.yml
vendored
6
.github/ISSUE_TEMPLATE/server_crash.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user