From ff85d9341b00610981797bf20e5091aa3f7bb106 Mon Sep 17 00:00:00 2001 From: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> Date: Tue, 7 May 2024 23:49:09 +0200 Subject: [PATCH 1/5] improve screenshot cmd --- src/commands/support/screenshot.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/commands/support/screenshot.ts b/src/commands/support/screenshot.ts index b38e1b5f..0a61191e 100644 --- a/src/commands/support/screenshot.ts +++ b/src/commands/support/screenshot.ts @@ -5,10 +5,13 @@ import { CommandCategory, imageBaseUrl } from '../../constants'; const SCREENSHOT_HELP_URL = `${imageBaseUrl}/support/screenshot.jpg`; const screenshotEmbed = makeEmbed({ - title: 'FlyByWire Support | How to take a good screenshot', + title: 'FlyByWire Support | Aircraft State', description: makeLines([ - 'Position yourself in the cockpit using the arrow keys to look straight at the front instrument panel. Then use the Windows Snipping Tool to take a clear screenshot of all screens and the FCU as shown.', - 'Please read the guide [here](https://docs.flybywiresim.com/fbw-a32nx/support/#screenshot-of-cockpit) for more information.', + 'In order to provide efficient support, we need to see the state of your aircraft and its systems.', + '', + 'Please position yourself in the cockpit using the arrow keys to look straight at the front instrument panel. Then use the [Windows Snipping Tool](https://support.microsoft.com/en-us/windows/open-snipping-tool-and-take-a-screenshot-a35ac9ff-4a58-24c9-3253-f12bac9f9d44) to take a clear screenshot of **all screens and the entire FCU** as shown.', + '', + 'Read the guide [here](https://docs.flybywiresim.com/fbw-a32nx/support/#screenshot-of-cockpit) for more information.', ]), image: { url: SCREENSHOT_HELP_URL }, }); From f0ef5a28c5e74e062030356c1fa87565ba384004 Mon Sep 17 00:00:00 2001 From: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> Date: Tue, 7 May 2024 23:52:36 +0200 Subject: [PATCH 2/5] improve wording --- src/commands/support/screenshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/support/screenshot.ts b/src/commands/support/screenshot.ts index 0a61191e..e67e9651 100644 --- a/src/commands/support/screenshot.ts +++ b/src/commands/support/screenshot.ts @@ -9,7 +9,7 @@ const screenshotEmbed = makeEmbed({ description: makeLines([ 'In order to provide efficient support, we need to see the state of your aircraft and its systems.', '', - 'Please position yourself in the cockpit using the arrow keys to look straight at the front instrument panel. Then use the [Windows Snipping Tool](https://support.microsoft.com/en-us/windows/open-snipping-tool-and-take-a-screenshot-a35ac9ff-4a58-24c9-3253-f12bac9f9d44) to take a clear screenshot of **all screens and the entire FCU** as shown.', + 'Please position yourself in the cockpit using the arrow keys to look straight at the front instrument panel. Then use the [Windows Snipping Tool](https://support.microsoft.com/en-us/windows/open-snipping-tool-and-take-a-screenshot-a35ac9ff-4a58-24c9-3253-f12bac9f9d44) to take a clear screenshot of **all screens and the entire FCU** as shown below.', '', 'Read the guide [here](https://docs.flybywiresim.com/fbw-a32nx/support/#screenshot-of-cockpit) for more information.', ]), From dc28d5cf2a669ac72b614e60def569bf54a2e171 Mon Sep 17 00:00:00 2001 From: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> Date: Wed, 8 May 2024 00:37:52 +0200 Subject: [PATCH 3/5] improve wording mk2 --- src/commands/support/screenshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/support/screenshot.ts b/src/commands/support/screenshot.ts index e67e9651..42457267 100644 --- a/src/commands/support/screenshot.ts +++ b/src/commands/support/screenshot.ts @@ -11,7 +11,7 @@ const screenshotEmbed = makeEmbed({ '', 'Please position yourself in the cockpit using the arrow keys to look straight at the front instrument panel. Then use the [Windows Snipping Tool](https://support.microsoft.com/en-us/windows/open-snipping-tool-and-take-a-screenshot-a35ac9ff-4a58-24c9-3253-f12bac9f9d44) to take a clear screenshot of **all screens and the entire FCU** as shown below.', '', - 'Read the guide [here](https://docs.flybywiresim.com/fbw-a32nx/support/#screenshot-of-cockpit) for more information.', + 'Read our guide [here](https://docs.flybywiresim.com/fbw-a32nx/support/#screenshot-of-cockpit) for more information.', ]), image: { url: SCREENSHOT_HELP_URL }, }); From 28425302d6ea57ec3152406b8c51cd42c19dcb4d Mon Sep 17 00:00:00 2001 From: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> Date: Wed, 8 May 2024 00:43:01 +0200 Subject: [PATCH 4/5] update changelog --- .github/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 48edd956..c0e57ba1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +Update _ May 2024 +- refactor: Improve screenshot command for QoL + Update _ January 2024 - feat: Disabling migrated commands and adding a message to highlight the same (27/01/2024) From 02f39843f41638d340804ec0289ba0a3ce76385a Mon Sep 17 00:00:00 2001 From: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> Date: Wed, 8 May 2024 00:50:44 +0200 Subject: [PATCH 5/5] fix changelog format --- .github/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index c0e57ba1..365a6fb8 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,7 +1,8 @@ ## Changelog Update _ May 2024 -- refactor: Improve screenshot command for QoL + +- refactor: Improve screenshot command for QoL (07/05/2024) Update _ January 2024