Files
LCE-Qt-Launcher/.github/ISSUE_TEMPLATE/2-feature-request.yml
Xgui4-Dev 6a965b5144 fix feature request template structure
Removed 'type: feature' from the feature request template.
2026-03-19 00:49:00 -04:00

22 lines
617 B
YAML

name: Feature Request
description: File a feature request.
title: "[Feature Request]: "
labels: ["feature", "improvement"]
body:
- type: textarea
id: idea
attributes:
label: What is your suggestion ?
description: What features/modification do you want to see ?
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Respect
description: By submitting this issue, you agree to follow our [Code of Respect](code-of-conduct.md).
options:
- label: I agree to follow this project's Code of Respect
required: true