From 60a5b23d25ea90eb700031fb5bf474b755886ca1 Mon Sep 17 00:00:00 2001 From: Missake Date: Thu, 25 Jun 2026 20:25:32 +0100 Subject: [PATCH] add log to app bug template (#4609) --- .github/ISSUE_TEMPLATE/app-bug-report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/app-bug-report.yaml b/.github/ISSUE_TEMPLATE/app-bug-report.yaml index 8959221a0..0bce1e500 100644 --- a/.github/ISSUE_TEMPLATE/app-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/app-bug-report.yaml @@ -74,3 +74,10 @@ body: placeholder: "Example: 16 GB" validations: required: true + - type: textarea + id: logs + attributes: + label: "Log File" + description: Drag and drop the log file here. It can be found by right clicking on a game name -> Open Folder... -> Open Log Folder. Make sure that the log `sync` option is ticked. + validations: + required: false