gitea_playground/.gitea/issue_template/task_template.yaml

18 lines
431 B
YAML

name: Add a task
about: Add a small task
title: "[Task]: "
labels: ["Priority low"]
body:
- type: markdown
attributes:
value: |
This issue was created by an issue **template** :)
visible: [content]
- type: Input
id: task
attributes:
label: What needs to happened?
description: Keep it short, sweet and simple
placeholder: Tell us what to do!
validations:
required: true