mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
20 lines
560 B
YAML
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
|