23 lines
486 B
Markdown
23 lines
486 B
Markdown
```markdown
|
|
# QA Review
|
|
|
|
## Result: APPROVE / REJECT
|
|
|
|
## Summary
|
|
{Summarize the result in 1-2 sentences}
|
|
|
|
## Reviewed Aspects
|
|
| Aspect | Result | Notes |
|
|
|--------|--------|-------|
|
|
| Test coverage | ✅ | - |
|
|
| Test quality | ✅ | - |
|
|
| Error handling | ✅ | - |
|
|
| Documentation | ✅ | - |
|
|
| Maintainability | ✅ | - |
|
|
|
|
## Issues (if REJECT)
|
|
| # | Category | Issue | Fix Suggestion |
|
|
|---|----------|-------|----------------|
|
|
| 1 | Testing | Issue description | Fix approach |
|
|
```
|