mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 03:50:39 +00:00
22 lines
617 B
YAML
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
|