From fbefccd6b7b73a618e1992cc0db565b92bedf385 Mon Sep 17 00:00:00 2001 From: Sinai Date: Fri, 2 Jul 2021 23:32:02 +1000 Subject: [PATCH] Update issue template -noci --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d258663..05c7541 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -50,12 +50,13 @@ body: - type: textarea id: logs attributes: - label: Log output + label: Relevant log output description: | - Please copy and paste your mod loader's log output. + Please copy and paste any relevant logs and stack traces. + * Unity log: `%userprofile%\AppData\LocalLow\{Company}\{Game}\Player.log` or `output_log.txt` * BepInEx: `BepInEx\LogOutput.log` * MelonLoader: `MelonLoader\latest.log` * Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one) render: shell validations: - required: true \ No newline at end of file + required: false \ No newline at end of file