From 4a3c3e4feeb768fa310e9a0586f3bc3b5250cb19 Mon Sep 17 00:00:00 2001 From: Vladislav Mikhalin Date: Sun, 29 Dec 2024 18:56:16 +0300 Subject: [PATCH] clarified the update part --- .github/ISSUE_TEMPLATE/app-bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/game-bug-report.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app-bug-report.yaml b/.github/ISSUE_TEMPLATE/app-bug-report.yaml index 09409a9b0..ac80b52a9 100644 --- a/.github/ISSUE_TEMPLATE/app-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/app-bug-report.yaml @@ -21,7 +21,7 @@ body: options: - label: I have searched for a similar issue in this repository and did not find one. required: true - - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated it using its in-app updater. + - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater. required: true - type: textarea id: desc diff --git a/.github/ISSUE_TEMPLATE/game-bug-report.yaml b/.github/ISSUE_TEMPLATE/game-bug-report.yaml index e28f9fc8d..4454e9e22 100644 --- a/.github/ISSUE_TEMPLATE/game-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/game-bug-report.yaml @@ -23,7 +23,7 @@ body: options: - label: I have searched for a similar issue in this repository and did not find one. required: true - - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated it using its in-app updater. + - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater. required: true - label: I have re-dumped the game and performed a clean install without mods. required: true