podman-desktop/.github/ISSUE_TEMPLATE/task.yml
Tim deBoer ac7a8da7d0 chore: fix typo
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2025-11-17 10:56:52 -05:00

20 lines
560 B
YAML

name: Task
description: A specific piece of work
type: task
projects: ["podman-desktop/4"]
body:
- type: markdown
attributes:
value: |
Tasks are normally created by the development team to plan work unrelated to features or bugs.
The issue type can be switched to Technical debt or Release as necessary.
- type: textarea
id: content
attributes:
label: Task content
description: A clear and concise description of the task.
placeholder: Podman Desktop should [...]
validations:
required: true