This commit is contained in:
admin
2026-09-03 22:02:52 +09:00
commit 659725de15
90 changed files with 2840 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
## 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