chore: pre-AI Agent gitea workflow changes

This commit is contained in:
Eric Gullickson
2026-01-01 21:38:50 -06:00
parent 0b16b8307f
commit d554e8bcb5
8 changed files with 260 additions and 26 deletions

View File

@@ -0,0 +1,41 @@
name: "Chore"
about: "Refactor, maintenance, dependency updates, cleanup"
title: "[Chore]: "
labels:
- "type/chore"
- "status/backlog"
body:
- type: textarea
id: goal
attributes:
label: "Goal"
description: "What needs to be done and why?"
validations:
required: true
- type: textarea
id: scope
attributes:
label: "Scope"
placeholder: |
- Includes:
- Excludes:
validations:
required: false
- type: textarea
id: acceptance
attributes:
label: "Acceptance criteria"
placeholder: |
- [ ] ...
- [ ] ...
validations:
required: true
- type: textarea
id: test_plan
attributes:
label: "Test plan"
validations:
required: true