Fix Gitea issue template content (issue #32) #33
40
.gitea/ISSUE_TEMPLATE/agent_task.md
Normal file
40
.gitea/ISSUE_TEMPLATE/agent_task.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Agent Task
|
||||
about: A structured task for autonomous agents
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
## Task
|
||||
Short description of the task.
|
||||
|
||||
## Context
|
||||
Explain why the task is needed.
|
||||
Include links to related issues, PRs, or files.
|
||||
|
||||
## Expected Result
|
||||
Describe what should exist after the task is completed.
|
||||
|
||||
## Files Likely Affected
|
||||
List directories or files that will probably change.
|
||||
|
||||
## Suggested Implementation
|
||||
Outline a possible approach or algorithm.
|
||||
|
||||
## Difficulty
|
||||
- [ ] easy
|
||||
- [ ] medium
|
||||
- [ ] hard
|
||||
|
||||
## Priority
|
||||
- [ ] low
|
||||
- [ ] normal
|
||||
- [ ] high
|
||||
|
||||
## Labels
|
||||
- [ ] bug
|
||||
- [ ] feature
|
||||
- [ ] refactor
|
||||
- [ ] infra
|
||||
- [ ] documentation
|
||||
Reference in New Issue
Block a user