From 483830cd65669ccdf3c210673a9e93d241063076 Mon Sep 17 00:00:00 2001 From: xezrunner <8061077+xezrunner@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:21:10 +0200 Subject: [PATCH] documents: remove unnecessary indent --- documents/Debugging/Debugging.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/documents/Debugging/Debugging.md b/documents/Debugging/Debugging.md index a77168d32..d01fc12be 100644 --- a/documents/Debugging/Debugging.md +++ b/documents/Debugging/Debugging.md @@ -86,17 +86,18 @@ This section will provide some preliminary steps to take and tips on what to do ## Reporting and communicating about issues -- When communicating with the project about game-specific issues, specify an **uniquely identifable game name** along with its `CUSA-xxxxx` code that is specific to the region/variant of the game you're testing.\ - The version number is also important to add at least in the description, especially if you can verify that the game behaves differently across versions.\ - Accurately identifying games will help other developers that own that game recognize your issue by its title and jump in to help test and debug it. - - Examples of good naming schemes: - - Amplitude (2016) `CUSA02480` - - Rock Band 4 (`CUSA02480`) v1.0 - - inFamous: Second Son \[`CUSA-00004`\] - - Examples of unideal naming schemes: - - _The Witness_ - - _GTA 5_ - - _Watch Dogs_ +When communicating with the project about game-specific issues, specify an **uniquely identifable game name** along with its `CUSA-xxxxx` code that is specific to the region/variant of the game you're testing.\ +The version number is also important to add at least in the description, especially if you can verify that the game behaves differently across versions.\ +Accurately identifying games will help other developers that own that game recognize your issue by its title and jump in to help test and debug it. + +- Examples of good naming schemes: + - Amplitude (2016) `CUSA02480` + - Rock Band 4 (`CUSA02480`) v1.0 + - inFamous: Second Son \[`CUSA-00004`\] +- Examples of unideal naming schemes: + - _The Witness_ + - _GTA 5_ + - _Watch Dogs_ - If your issue is small or you aren't sure whether you have properly identified something, [join the Discord server](https://discord.gg/MyZRaBngxA) and use the #development channel to concisely explain the issue, as well as any findings you currently have.