diff options
author | Josh Roy <[email protected]> | 2024-11-17 13:46:43 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-17 10:46:43 -0800 |
commit | bc4a705ce426e29f91ef9438936df21c325866a2 (patch) | |
tree | b1afa4271d8730eeb8ee0580c362b24351df7cb9 /.github | |
parent | 4e2291e20610f2a4e5ec71f1d0cd3c56ecb1b37d (diff) | |
download | Paper-bc4a705ce426e29f91ef9438936df21c325866a2.tar.gz Paper-bc4a705ce426e29f91ef9438936df21c325866a2.zip |
[ci skip] chore: change paste.gg links to mclo.gs (#11629)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash-or-stacktrace.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/performance-problem.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash-or-stacktrace.yml b/.github/ISSUE_TEMPLATE/crash-or-stacktrace.yml index d0d036b17a..badab09bbf 100644 --- a/.github/ISSUE_TEMPLATE/crash-or-stacktrace.yml +++ b/.github/ISSUE_TEMPLATE/crash-or-stacktrace.yml @@ -21,10 +21,10 @@ body: label: Stack trace description: | We need all of the stack trace! Do not cut off parts of it. Please do not use attachments. - If you prefer, you can use a paste site like https://paste.gg. + If you prefer, you can use a paste site like https://mclo.gs. value: | ``` - paste your stack trace or a paste.gg link here! + paste your stack trace or a mclo.gs link here! ``` placeholder: Please don't remove the backticks; it makes your issue a lot harder to read! validations: diff --git a/.github/ISSUE_TEMPLATE/performance-problem.yml b/.github/ISSUE_TEMPLATE/performance-problem.yml index e353ce351e..e13221132c 100644 --- a/.github/ISSUE_TEMPLATE/performance-problem.yml +++ b/.github/ISSUE_TEMPLATE/performance-problem.yml @@ -50,10 +50,10 @@ body: - type: textarea attributes: label: Server config files - description: We need bukkit.yml, spigot.yml, paper-global.yml, paper-world-defaults.yml and server.properties. If you use per-world Paper configs, make sure to include them. You can paste it below or use a paste site like https://paste.gg. + description: We need bukkit.yml, spigot.yml, paper-global.yml, paper-world-defaults.yml and server.properties. If you use per-world Paper configs, make sure to include them. You can paste it below or use a paste site like https://mclo.gs. value: | ``` - Paste configs or paste.gg link here! + Paste configs or mclo.gs link here! ``` placeholder: Please don't remove the backticks; it makes your issue a lot harder to read! validations: |