mergegate/.claude/templates/issue.md
Shunsuke Hayashi 00d5d4d4e9 chore: Initialize Miyabi project with full planning
- Add .claude/ configuration (agents, commands, prompts, templates)
- Add comprehensive documentation:
  - WBS.md - Work Breakdown Structure
  - SPRINT_PLANNING.md - 4-sprint detailed plan
  - OPERATION_PLAN.md - Execution procedures
  - PRODUCT_SPEC.md - Product requirements
  - PREPARATION_OPS.md - Pre-sprint checklist
- Add PlantUML diagrams (wbs-diagram, gantt-chart)
- Configure Miyabi (.miyabi.yml)
- Set up Rust workspace structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 17:45:08 +09:00

24 lines
454 B
Markdown

# Issue Template
## Title
[type]: Short description
## Description
明確で簡潔な説明
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
## Technical Notes
実装に関する技術的な注意点
## Labels
- `type:feature` / `type:bug` / `type:refactor`
- `priority:high` / `priority:medium` / `priority:low`
- `component:tui` / `component:cli` / `component:core`
## Related
- Related Issue: #xxx
- Related PR: #xxx