From 6b779b7482969c75996222179d7fcbe2e59b821e Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Tue, 5 Mar 2019 13:03:06 +0100 Subject: [PATCH] ISSUE_TEMPLATE: also ask for a log file Exactly like we do for yuzu too, we should also mention for Citra that we need a log. --- .github/ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ae11db988..41805908f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,6 +18,7 @@ When submitting an issue, please check the following: - You have provided sufficient detail for the issue to be reproduced. - You have provided system specs (if relevant). - Please also provide: + - For any issues, a log file - For crashes, a backtrace. - For graphical issues, comparison screenshots with real hardware. - For emulation inaccuracies, a test-case (if able).