diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8759f55f..b10a1572 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: