From a2a06dc9a2a54de1ae8ba39118cf1d85d48b7864 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:28:18 -0400 Subject: [PATCH] Update log paths on issue template for new format --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index a9c358fd..c9373da6 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -12,7 +12,7 @@ body: - You must be able to replicate the issue with a fresh profile, running no mods. If you can't, we can't fix it. - If you are using a profile from an older version, please make a fresh profile and replicate the issue before submitting. - You must upload all the required log files, even if you think they are useless. - - Failure to comply with any of the above requirements will result in your issue being closed without notice. + - Failure to comply with any of the above requirements will result in your issue being closed without notice. - type: dropdown id: version attributes: @@ -59,7 +59,7 @@ body: id: log_server attributes: label: "Server Log" - description: "Upload a copy of your *entire* server log: `/user/logs/spt/spt.txt`." + description: "Upload a copy of your *entire* server log: `SPT/user/logs/spt/spt.txt`." placeholder: "Attach the log file. Do not paste the contents." validations: required: true @@ -83,7 +83,7 @@ body: id: profile attributes: label: "Player Profile" - description: "If helpful, upload a copy of your *entire* player profile: `/user/profiles/.json`." + description: "If helpful, upload a copy of your *entire* player profile: `SPT/user/profiles/.json`." placeholder: "Attach the profile file. Do not paste the contents." validations: required: false