Files
wiicompiled/.github/ISSUE_TEMPLATE/5-feature-request.yml
patchzyy ec226e8348 init
2026-08-23 17:10:50 +02:00

27 lines
817 B
YAML

name: Feature request
description: Suggest an improvement or new feature.
title: "[Feature] "
labels: ["enhancement"]
body:
- type: checkboxes
id: preflight
attributes:
label: Before you continue
options:
- label: I searched the existing issues and nobody has suggested this yet.
required: true
- label: This is about WiiCompiled itself, not WheelWizard or Retro Rewind content.
required: true
- type: textarea
id: idea
attributes:
label: What would you like to see?
description: Describe the feature and the problem it solves for you.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Workarounds you've tried
description: Anything you currently do instead, if applicable.