From 41a4e489afb68782a38d1205f6db2a95b4bcef50 Mon Sep 17 00:00:00 2001 From: Vladislav Mikhalin Date: Sun, 29 Dec 2024 20:17:29 +0300 Subject: [PATCH] clarify download sources --- .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 c38bbb814..c3cb126e1 100644 --- a/.github/ISSUE_TEMPLATE/app-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/app-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 one of those builds using its in-app updater. + - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or nightly for [Windows](https://github.com/shadps4-emu/shadps4-binaries-Windows/releases), [Linux](https://github.com/shadps4-emu/shadps4-binaries-Linux/releases) or [MacOS](https://github.com/shadps4-emu/shadps4-binaries-Mac/releases). 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 2fb8222fc..9420e558e 100644 --- a/.github/ISSUE_TEMPLATE/game-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/game-bug-report.yaml @@ -25,7 +25,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 one of those builds using its in-app updater. + - label: I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or nightly for [Windows](https://github.com/shadps4-emu/shadps4-binaries-Windows/releases), [Linux](https://github.com/shadps4-emu/shadps4-binaries-Linux/releases) or [MacOS](https://github.com/shadps4-emu/shadps4-binaries-Mac/releases). required: true - label: I have re-dumped the game and performed a clean install without mods. required: true