From 8d36dc49614e011b163e4da14960c39f1338c2f7 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 5 Sep 2023 13:54:04 -0700 Subject: [PATCH] readme: add instructions for submitting a system report This feature in Steam is useful for collecting info about user-reported issues, having the steps for submitting the report in the README will be useful when asking users to do this. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72f9c34..8c5dbab 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ If it has not been reported, create a new issue with at least the following info - a detailed description of the issue, including any output from the command line; - steps for reproducing the issue; and - your system information.\* +- Steam has the ability to submit a "system report" directly to Valve, that could include useful information about the issue. + - `Settings -> System -> Advanced -> System Report -> Create Report` + - It's necessary to mention your steam ID in the issue so that the corresponding system report can be retrieved. Please place logs either in a code block (press `M` in your browser for a GFM cheat sheet) or a [gist](https://gist.github.com) if they are lengthy. Information on log locations what what do with them, can be found on [wiki](https://github.com/ValveSoftware/SteamOS/wiki/Reviewing-log-information).