Merge remote-tracking branch 'upstream/main' into develop

This commit is contained in:
Robin Jones 2025-01-08 20:02:05 +00:00
commit ffc9b0742f

View File

@ -34,6 +34,15 @@ body:
validations:
required: false
- type: input
id: n64_region
attributes:
label: N64 console region
description: PAL, NTSC-U, NTSC-J, MPAL, etc.
placeholder: NTSC
validations:
required: false
- type: textarea
id: description
attributes:
@ -71,6 +80,16 @@ body:
validations:
required: false
- type: textarea
id: configuration_file
attributes:
label: configuration file(s)
description: The text of the configuration file(s) used. If applicable.
placeholder: |
for example paste the content of the configuration file (config.ini) here.
validations:
required: false
- type: textarea
id: other_things
attributes: