RS-1 - Move templates to correct place

This commit is contained in:
Blake Ridgway
2026-04-10 20:48:58 -05:00
parent a2a06c03bd
commit 02d2c2f554
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
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