From d18b669b8f9623cd2313cd0b2ee447310ce2ad5e Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Wed, 8 Jan 2025 19:49:14 +0000 Subject: [PATCH] [main] Improve bug_report template (#185) ## Description Improve the bug report template. ## Motivation and Context Recently reported issues lacked the required content for diagnostics. ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [ ] Documentation Improvement - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Signed-off-by: GITHUB_USER ## Summary by CodeRabbit - **Documentation** - Updated GitHub issue bug report template with new optional input fields - Added fields for N64 console region and configuration file details to help improve issue reporting clarity --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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: