RS-1 - Add ticket templates

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

30
day_to_day.yaml Normal file
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