From 617a0685568940711f5c6c37ac2a5d2edc83fc55 Mon Sep 17 00:00:00 2001 From: Refringe Date: Sun, 24 Nov 2024 23:42:04 -0500 Subject: [PATCH] Github Migration - Issue Template Updates issue template to be more clear how logs should be attached. --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 72dfe3c8..9e2dc286 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -61,7 +61,7 @@ body: attributes: label: "Server Log" description: "Upload a copy of your *entire* server log: `/user/logs/server-.log`." - value: "Click and attach file. ↓" + placeholder: "Attach the log file. Do not paste the contents." validations: required: true - type: textarea @@ -69,7 +69,7 @@ body: attributes: label: "BepinEx Log" description: "Upload a copy of your *entire* BepinEx log: `/BepinEx/LogOutput.log`." - value: "Click and attach file. ↓" + placeholder: "Attach the log file. Do not paste the contents." validations: required: true - type: textarea @@ -77,7 +77,7 @@ body: attributes: label: "Client Log" description: "Upload a copy of your *entire* client log: `/Logs/log__/_ traces.log`." - value: "Click and attach file. ↓" + placeholder: "Attach the log file. Do not paste the contents." validations: required: true - type: textarea @@ -85,6 +85,7 @@ body: attributes: label: "Player Profile" description: "If helpful, upload a copy of your *entire* player profile: `/user/profiles/.json`." + placeholder: "Attach the profile file. Do not paste the contents." validations: required: false - type: textarea @@ -98,4 +99,4 @@ body: attributes: value: | ## BEFORE YOU SUBMIT - Ensure that your logs are attached. No logs = Issue deleted. + Ensure that your logs are attached. **No logs = Issue deleted**