From 4ca69d88184ea80f3455f10040bb1c4f9f980ac6 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sat, 20 Nov 2021 21:44:51 -0500 Subject: [PATCH] gh: Update issue-templates to include Win11 --- .../{bug_report.yaml => emu_bug_report.yaml} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => emu_bug_report.yaml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml similarity index 96% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/emu_bug_report.yaml index c97ba2838d..ff232b8ded 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml @@ -1,6 +1,6 @@ # Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema -name: Bug Report -description: Found a problem? Help us improve. +name: Emulation Bug Report +description: Problem in a game (ie. graphical artifacts, crashes)? Help us improve it. title: "[BUG]: " labels: [Bug] # assignees: @@ -69,7 +69,7 @@ body: attributes: label: PCSX2 Revision description: "We only accept bug reports for the latest dev version. Please try upgrading before making an issue." - placeholder: "Example: dev-525" + placeholder: "Example: v1.7.1337" validations: required: true - type: dropdown @@ -77,6 +77,8 @@ body: attributes: label: Operating System options: + - Windows 11 (32bit) + - Windows 11 (64bit) - Windows 10 (32bit) - Windows 10 (64bit) - Windows 8.1 (32bit)