EmboFlow/.github/pull_request_template.md

41 lines
1.1 KiB
Markdown

# Summary
- Describe the change in clear English.
- Explain the user-visible or system-level impact.
# Design Sync
- [ ] I reviewed the relevant files under `design/` before implementing.
- [ ] I updated the affected design or docs files in the same change set, or I confirmed no design update was required.
- [ ] I ran `python3 scripts/check_doc_code_sync.py . --strict`.
Design files reviewed or updated:
- ``
If design and code are not fully aligned yet, explain the gap:
-
# Validation
- [ ] I ran local checks relevant to this change.
- [ ] I ran `bash scripts/install_hooks.sh` in this clone or already had the repo hooks installed.
- [ ] My commit messages in this PR are English-only and use a gitmoji prefix.
Commands run:
```bash
# paste commands here
```
# Scope Checklist
- [ ] This PR updates behavior, contracts, or runtime assumptions intentionally.
- [ ] This PR does not silently break documented architecture or workflow assumptions.
- [ ] This PR includes tests if behavior changed, or I confirmed tests were not required.
# Notes For Reviewers
- Call out any risky areas, follow-up work, or unresolved assumptions.