diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19f71713..dba1e3d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,6 +26,6 @@ Name of the game, settings used etc. For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace ### Log files -- d3d9.log: -- d3d11.log: -- dxgi.log: +Please attach Proton or Wine logs as a text file: +- When using Proton, set the Steam launch options for your game to `PROTON_LOG=1 %command%` and attach the corresponding `steam-xxxxx.log` file in your home directory. +- When using regular Wine, use `wine game.exe > game.log 2>&1` and attach the resulting `game.log` file. \ No newline at end of file