From db4a338d26cd0271b0ad74474539b3e021d1b783 Mon Sep 17 00:00:00 2001 From: Sinai Date: Fri, 2 Jul 2021 17:33:41 +1000 Subject: [PATCH] Update issue template -noci --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 969df21..d258663 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -53,9 +53,9 @@ body: label: Log output description: | Please copy and paste your mod loader's log output. - > BepInEx: `BepInEx\LogOutput.log` - > MelonLoader: `MelonLoader\latest.log` - > Standalone: `{DLL_Location}\UnityExplorer\Logs\` (pick the most recent one) + * 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