Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
<!-- codex-os-managed -->
## What

Brief description of the changes.
-

## Why

Why is this change needed?
-

## How
-

## Testing
- Commands run:
- Results:

## Performance impact
- Bundle delta:
- Build time delta:
- Lighthouse delta:
- API latency delta:
- DB query delta:

## Risk / Notes
-

How were the changes implemented? Any design decisions worth noting?
## Screenshots (UI only)
-

## Checklist
## Lockfile rationale (if lockfile changed)
-

- [ ] Tests pass
- [ ] No new warnings
- [ ] Documentation updated (if applicable)
## Baseline governance (if .perf-baselines changed)
- `perf-baseline-update` label applied:
- Reviewer signoff:
- Rollback note:
Loading