RS-1 - Fix template folder
This commit is contained in:
30
.gitea/issue_template/day_to_day.yaml
Normal file
30
.gitea/issue_template/day_to_day.yaml
Normal 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
|
||||
Reference in New Issue
Block a user