diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f51c5ae..969df21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,7 +11,7 @@ body: id: latestversion attributes: label: Are you on the latest version of UnityExplorer? - description: If not, please update first. + description: If not, you must update first. options: - label: Yes, I'm on the latest version of UnityExplorer. required: true @@ -32,23 +32,30 @@ body: - Standalone Mono validations: required: true + - type: textarea + id: game + attributes: + label: Which game did this occur on? + description: Please tell us the name of the game. If it's a personal or private project, just let us know the Unity version. + validations: + required: true - type: textarea id: what-happened attributes: label: Describe the issue. - description: What happened? Should something else have happened instead? - placeholder: Tell us what you see! + description: What happened? Should something else have happened instead? Please provide steps to reproduce the issue if possible. + placeholder: Tell us what you see! validations: required: true - type: textarea id: logs attributes: label: Log output - description: > + 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