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)