Files
ai-wave-02/.github/pull_request_template.md
T
2026-09-03 22:02:52 +09:00

50 lines
813 B
Markdown

## Summary
Describe problem and user or business impact.
## Ticket / Assignment
- Ticket:
- Assignment:
## What changed
-
-
-
## How to test
List exact commands and manual checks.
```bash
bun run check
bun run test
bun run build:web
```
Manual checks:
-
-
## Screenshots or recordings
If UI changed, attach screenshots or a short recording. Otherwise write `N/A`.
## Risks / follow-ups
-
-
## PR checklist
- [ ] change is scoped to one ticket or one small reviewable concern
- [ ] acceptance criteria were checked
- [ ] code follows `CONTRIBUTING.md`
- [ ] no unrelated refactor is mixed in
- [ ] debug code and temporary logs are removed
- [ ] relevant automated checks were run locally
- [ ] changed behavior was manually tested when needed
- [ ] known risks or follow-ups are called out