From 1ca0c9345831e380941a3ee4f9efdf713c71f99b Mon Sep 17 00:00:00 2001 From: Kimiko Date: Fri, 26 Jun 2026 19:49:53 +0200 Subject: [PATCH] Add task issue template --- .gitea/ISSUE_TEMPLATE/task.md | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/task.md diff --git a/.gitea/ISSUE_TEMPLATE/task.md b/.gitea/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..c922e42 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/task.md @@ -0,0 +1,38 @@ +--- +name: Task +about: Create a new task for an agent +title: 'TASK: ' +labels: + - type:task +- agent:kalaiko +- workflow:ready +- priority:medium +--- + +# Description +What needs to be done? + + +# Why +Why is this task important? + + +# Acceptance Criteria +- [ ] Criterion 1 +- [ ] Criterion 2 +- [ ] Criterion 3 + + +# Assignee +Which agent should own this? (add label `agent:`) + + +# Dependencies +Any tasks that must be completed first? (use `gitea-robot add-dep`) + + +# Handoff Protocol +When done, comment with: +- What was completed +- What's next +- Any blockers