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