diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f6787a4ba6..d73612d7f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -43,6 +43,27 @@ baseline/head comparison and a failing-before or mutation check, not just test c See [validation disclosure guidance](https://github.com/huangruiteng/loopx/blob/main/CONTRIBUTING.md#validation-disclosure). +## Frontend / Visual Evidence + + + +- UI impact: +- Before: +- After: +- States and viewports shown: +- Source data: + ## Type of Change @@ -97,4 +118,5 @@ than attaching private fixtures, snapshot identifiers, raw output or infrastruct - [ ] Neither the diff nor this PR body/comments/attachments disclose private state, credentials, raw traces or verifier output, internal links, or local machine paths (including `.loopx/`, `.codex/goals/`, and live `ACTIVE_GOAL_STATE.md`). - [ ] I did not duplicate maintainer-owned benchmark work unless a maintainer split out a public issue for it. - [ ] I kept the change scoped to the linked issue/task. +- [ ] I completed the visual evidence section for UI changes, or marked UI impact `none`. - [ ] Every commit includes a DCO `Signed-off-by` trailer (`git commit -s`).