From 18af54967c011c3b255eaba379b50bf0c0a4a405 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Fri, 15 Jun 2018 08:05:10 -0500 Subject: [PATCH] Document issue reporting --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b501c59f..17a289f2 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,17 @@ Future updates will also be installed to this location. This app doesn't work with PS4 or Xbox Elite: Dangerous accounts. On these platforms the game lacks support for the API and Journal files that this app relies on. +### Reporting a problem +Please report a problem as a new GitHub [issue](https://github.com/Marginal/EDMarketConnector/issues/new). Please wait for the error to occur and zip up and attach this app's log file to the new issue: + +Mac: + +* `$TMPDIR/EDMarketConnector.log` + +Windows: + +* `%TMP%\EDMarketConnector.log` + Running from source --------