31 lines
629 B
YAML
31 lines
629 B
YAML
name: Day-to-Day Task
|
|
about: A small day-to-day infrastructure task
|
|
title: "[TASK] "
|
|
labels:
|
|
- day-to-day
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear description of the task.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
options:
|
|
- low
|
|
- medium
|
|
- high
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Any other relevant details.
|
|
validations:
|
|
required: false
|