mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
1010 B
1010 B
name, about, title, type, assignees
| name | about | title | type | assignees |
|---|---|---|---|---|
| Task | Used for work items that are not primarily bugs or net-new features | Task |
Use a concise sentence-case title that describes the work item. Do not add Task or bracket prefixes to the title.
Summary
What needs to be done and the intended outcome.
Problem / Context
Why this work matters, what it unblocks, and any constraints or dependencies. Include links to related issues, PRs, docs, or design context where helpful.
Scope (optional)
What is in scope, what is not, and any implementation notes or tradeoffs worth capturing up front.
Acceptance criteria
-
Task 1 — TODO
-
Task 2 — TODO
-
Task 3 — TODO
-
Diff coverage ≥ 80% — the implementing PR meets the changed-lines coverage gate (Vitest + cargo-llvm-cov, enforced by
.github/workflows/pr-ci.yml) when code changes are involved. -
…
Related
Links to issues, PRs, docs, or prior discussion.