From fc37ff76b6f6bd79bcfa07483543261188ab0b55 Mon Sep 17 00:00:00 2001 From: SpacingBat3 Date: Mon, 9 Dec 2024 02:22:47 +0100 Subject: [PATCH] project: Add missing text in `Troubleshooting.md`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Add link to Forge's Support.md. • Fill out general description of this doc file. --- docs/Troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 2d3e400..5a0a43a 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -1,7 +1,7 @@ # Troubleshooting ReForged project This document describes necessary steps to properly troubleshoot ReForged -project's behaviour and collect +project's behaviour and collect logs needed for bug reports. ## vs Electron Forge (TL;DR) @@ -32,4 +32,5 @@ for now limited support for the wildcard usage. Also see [Forge's `Support.md`][forge] for more information about the logging of each Forge's components. -[docs]: https://nodejs.org/api/util.html#utildebuglogsection-callback "util.debuglog in Node.js API Documentation" \ No newline at end of file +[docs]: https://nodejs.org/api/util.html#utildebuglogsection-callback "util.debuglog in Node.js API Documentation" +[forge]: https://github.com/electron/forge/blob/main/SUPPORT.md "Forge's troubleshooting documentation and support contact mediums" \ No newline at end of file