mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
1.3 KiB
1.3 KiB
Summary
Why
Scope
What areas are affected?
- API routes
- Auth / access control
- Database schema / migration
- UI / UX
- Documentation
- Other
Before opening PR
- I have read CONTRIBUTING.md and followed repository conventions.
- I ran
bun run check. - I ran
bun run db:generateifprisma/schema.prismachanged. - I manually tested affected flows.
- PR title follows Conventional Commits (
type(scope): summary). - I used
successResponse/apiErrorsfor API response changes. - I used
auth()and shared access checks (checkProjectAccess/checkWorkspaceAccess) where relevant. - I updated docs when behavior changed.
- No secrets or unrelated file changes are included.
Validation notes:
Paste command output or manual test notes here.
Breaking changes
- No breaking changes
- This PR introduces a breaking change (describe below)