35 lines
762 B
YAML
35 lines
762 B
YAML
name: TODO
|
|
about: What needs to be done?
|
|
title: "[TODO]: "
|
|
ref: "main"
|
|
assignees: ["yuriy"]
|
|
labels: ["todo","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
|
|
- authServer
|
|
- gameServer
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Decription?
|
|
description: What needs to be done?
|
|
placeholder: What needs to be done?
|
|
value: ""
|
|
validations:
|
|
required: true
|