You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
571 B
23 lines
571 B
name: Feature Request |
|
description: Request a feature or improvement. |
|
title: "[Feature Request]: " |
|
labels: ["enhancement"] |
|
body: |
|
- type: dropdown |
|
id: feature-type |
|
attributes: |
|
label: Feature Type |
|
options: |
|
- Quality of Life |
|
- Touch Controls |
|
- Gamepad Controls |
|
- Other (please specify) |
|
validations: |
|
required: true |
|
- type: textarea |
|
id: description |
|
attributes: |
|
label: Describe |
|
placeholder: A clear and concise description of the desired feature/change. |
|
validations: |
|
required: true
|
|
|