From 56e03d0ebc54627054bb88ee85972cc284761467 Mon Sep 17 00:00:00 2001 From: erri120 Date: Thu, 12 Sep 2019 14:58:45 +0000 Subject: [PATCH] Adding a logs section to the bug report template This is the reason why you have a log file. Including it in the bug report is vital for complex or even basic issues. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 06c09dc5..848643d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,5 +13,8 @@ A clear and concise description of what the bug is. **Additional context** Please list your OS (Win 10, Win 7, etc.) and Game type (SSE, FO4, etc.) +**Logs** +Please add your `Wabbajack.exe.log` file or the complete stack trace of your error to this report. Refere to [this](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code) page if you do not know how to post the stack trace in a code block. + **Solution** Leave This blank, it will be filled in by the developers.