From 8edf93810630bb88e1163d043890317c4054e255 Mon Sep 17 00:00:00 2001 From: chrelliott978 Date: Wed, 8 Apr 2026 20:10:09 +0200 Subject: [PATCH] Update .forgejo/ISSUE_TEMPLATE/bug_report.yml fixed a reference to Yuzu, courtesy to discord user codeman4033 for pointing this out. --- .forgejo/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/ISSUE_TEMPLATE/bug_report.yml b/.forgejo/ISSUE_TEMPLATE/bug_report.yml index a28f0473fb..3732232f8e 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug_report.yml +++ b/.forgejo/ISSUE_TEMPLATE/bug_report.yml @@ -43,7 +43,7 @@ body: id: log attributes: label: Log File - description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://yuzu-emu.org/help/reference/log-files). + description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/user/HowToAccessLogs.md). validations: required: true - type: textarea