Enhance issue report template with new inputs#1680
Enhance issue report template with new inputs#1680AKuHAK merged 3 commits intops2homebrew:masterfrom
Conversation
Added input fields for extra features and compatibility modes in the issue report template.
| placeholder: "eg: None, VMC, PADEMU, GSM..." | ||
|
|
||
| - type: input | ||
| id: compat-modes |
There was a problem hiding this comment.
better make them dropdowns
reference
https://github.com/israpps/SC2MAKER/blob/main/.github/ISSUE_TEMPLATE/issue.yml?plain=1#L35-L48
There was a problem hiding this comment.
Dropdowns they would limit the choices
I myself use GSM, PADEMU and VMC simultaneously in some games.
There was a problem hiding this comment.
it makes sure the user selects actual features, and it can be configured for both single or multi selection
There was a problem hiding this comment.
Perhaps checkboxes would be better in this context.
There was a problem hiding this comment.
Looks good to me.
Any other suggestions?
…opdown Fix YAML syntax error and replaced input for extra features with a dropdown
There was a problem hiding this comment.
Pull request overview
Enhances the GitHub issue report form by capturing additional configuration details that are commonly needed to triage OPL issues.
Changes:
- Added a multi-select dropdown for enabled extra features (e.g., VMC/PADEMU/GSM).
- Added an input field for reporting tested compatibility modes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - HDD | ||
| - iLink | ||
| - MX4SIO | ||
|
|
There was a problem hiding this comment.
Line contains trailing whitespace on an otherwise blank line. This adds noise to diffs and can cause unnecessary merge conflicts; please remove the whitespace-only line (or make it a truly empty line).
| description: Which compatibility modes were tested. | ||
| placeholder: "eg: mode 6, 6+3, 1+3+6..." |
There was a problem hiding this comment.
Minor grammar/consistency: consider using “e.g.” instead of “eg” in the placeholder, and phrasing the description as a question (e.g., ending with a “?”) since other fields use question-style prompts.
| description: Which compatibility modes were tested. | |
| placeholder: "eg: mode 6, 6+3, 1+3+6..." | |
| description: Which compatibility modes were tested? | |
| placeholder: "e.g. mode 6, 6+3, 1+3+6..." |


Added input fields for extra features and compatibility modes in the issue report template.
Pull Request checklist
Note: these are not necessarily requirements
Pull Request description
Add more fields on template issue
@J013k old suggestion