replicalab / .github /pull_request_template.md
maxxie114's picture
Initial HF Spaces deployment
80d8c84
## Summary
- Task ID(s):
- What changed:
## Verification
- [ ] `pip install -e .`
- [ ] `pip install -e ".[dev]"`
- [ ] Targeted smoke test or command listed below
Commands run:
```text
paste commands here
```
## Docs Updated
- [ ] `ReplicaLab_Comprehensive_Task_Division.md`
- [ ] `docs/completion.md`
- [ ] `docs/changes.md` (if the work deviated from the original plan)
- [ ] Relevant `docs/<owner>/` files
- [ ] No tracking-doc update was needed
## Task Status
- [ ] Fully complete
- [ ] Partial, with remaining work documented below
Remaining work and owner:
## Governance Checklist
- [ ] Branch name includes the task id or a clear task slug
- [ ] Acceptance criteria were checked against the source of truth
- [ ] Executor differs from assignee and was recorded where required
- [ ] Shared-task sign-off requirements were updated if applicable