generated from ztimson/template
54 lines
923 B
Markdown
54 lines
923 B
Markdown
---
|
|
|
|
name: "AI refinement"
|
|
about: "Use AI to refine ticket"
|
|
ref: "develop"
|
|
labels:
|
|
- Review/AI
|
|
|
|
---
|
|
|
|
# [Module] - [Add/Change/Fix/Refactor/Remove] [Feature/Component]
|
|
|
|
## Type: [Bug/DevOps/Enhancement/Refactor/Security]
|
|
|
|
| | Score |
|
|
|------------|----------|
|
|
| Size | 0-5 |
|
|
| Complexity | 0-5 |
|
|
| Unknowns | 0-5 |
|
|
| **Total** | **0-15** |
|
|
|
|
## Description
|
|
|
|
A clear explanation of the issue, feature, or change needed
|
|
|
|
## Current Behavior
|
|
|
|
For bugs: what's happening now
|
|
For refactors: what exists today
|
|
For enhancements: current state/gap
|
|
|
|
## Expected Behavior
|
|
|
|
What should happen instead
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. First step
|
|
2. Second step
|
|
3. Third step
|
|
|
|
## Additional Context
|
|
|
|
Logs, screenshots, links, related issues
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] Todo requirement
|
|
- [X] Completed requirement
|
|
|
|
## Technical Notes
|
|
|
|
Implementation details, constraints, dependencies, design decisions
|