34 lines
748 B
YAML
34 lines
748 B
YAML
name: Feature Request
|
|
about: Request a new feture
|
|
title: "[FEATURE]: "
|
|
ref: "main"
|
|
assignees: ["yuriy"]
|
|
labels: ["feature","backlog"]
|
|
body:
|
|
- type: input
|
|
id: contact
|
|
attributes:
|
|
label: Contact Details
|
|
description: How can we get in touch with you if we need more info?
|
|
placeholder: email@example.com
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: modules
|
|
attributes:
|
|
label: What modules?
|
|
multiple: true
|
|
options:
|
|
- Launcher
|
|
- Client
|
|
- Server
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Decription?
|
|
description: Request a new feture
|
|
placeholder: Request a new feture
|
|
value: ""
|
|
validations:
|
|
required: true
|