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
24 changes: 20 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,36 @@

-

## Validation
## Verification

- [ ] `npm run validate:docs`
- [ ] `npm test`
- [ ] `npm run build`
- [ ] Unity EditMode tests:
- [ ] Unity PlayMode tests:
- [ ] GitHub checks observed:
- [ ] Not run; reason:

## Review Notes
## Notes

- Scope:
- Out of scope / follow-up:
- Risk notes:

## Review Checklist

- [ ] This PR changes user-facing UI or behavior.
- [ ] This PR changes recognizer behavior.
- [ ] This PR changes docs, task state, or project process.
- [ ] This PR changes ML artifacts, datasets, generated outputs, or capture/export behavior.
- [ ] This PR changes logging, survey fields, privacy, or research data handling.
- [ ] This PR needs screenshots or a short playtest note.

## Screenshots / Playtest Notes

Add screenshots or a short observed flow only when UI/gameplay changed.

## Screenshots
## Issue Links

Add screenshots only when UI changed.
Closes #
Refs #
Loading