mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
27 lines
817 B
YAML
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.
|