- 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>
33 lines
494 B
Markdown
33 lines
494 B
Markdown
# Pull Request Template
|
||
|
||
## Summary
|
||
変更内容の要約(1-3行)
|
||
|
||
## Changes
|
||
- Change 1
|
||
- Change 2
|
||
- Change 3
|
||
|
||
## Type
|
||
- [ ] Feature
|
||
- [ ] Bug Fix
|
||
- [ ] Refactor
|
||
- [ ] Documentation
|
||
- [ ] Test
|
||
|
||
## Testing
|
||
- [ ] Unit tests added/updated
|
||
- [ ] Integration tests added/updated
|
||
- [ ] Manual testing performed
|
||
|
||
## Checklist
|
||
- [ ] `cargo fmt` passed
|
||
- [ ] `cargo clippy` passed
|
||
- [ ] `cargo test` passed
|
||
- [ ] Documentation updated
|
||
|
||
## Screenshots
|
||
(if applicable)
|
||
|
||
## Related Issues
|
||
Closes #xxx
|