first commit
This commit is contained in:
34
.gitea/issue_template/todo.yaml
Normal file
34
.gitea/issue_template/todo.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
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:
|
||||
- Client
|
||||
- Server
|
||||
- Assets
|
||||
- Common
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Decription?
|
||||
description: What needs to be done?
|
||||
placeholder: What needs to be done?
|
||||
value: ""
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user