This commit is contained in:
Squall Leonhart 2025-04-12 17:02:23 -04:00 committed by GitHub
commit f6872b009c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 1 deletions

View File

@ -127,7 +127,7 @@ body:
id: PluginsUsed
attributes:
label: Plugins used while the issue occurred
description: What plugins is the issue occuring with?
description: What plugins are the issues occuring with?
value: |
Graphics plugin (and HLE or LLE):
Audio plugin:
@ -135,6 +135,15 @@ body:
RSP plugin:
validations:
required: true
- type: textarea
id: RecompilerorInterpreter
attributes:
label: Does the issue manifest with the Interpreter core?
description: You can change this setting in the Rom Configuration (Requires "hide advanced settings" unchechecked)
value: |
You can also specify here if certain Recompiler setting combinations allows the game to work as intended.
validations:
required: true
- type: checkboxes
id: Copyright_Compliance
attributes:
@ -145,3 +154,12 @@ body:
options:
- label: There are no infringing files attached to this bug report.
required: true
- type: checkboxes
id: Latest_Nightly
attributes:
label: Using Latest Nightly
description: >-
Are you using the [latest nightly build](https://www.pj64-emu.com/nightly-builds)?
options:
- label: I am using the latest nightly build.
required: true