Files
openhuman/.github/ISSUE_TEMPLATE/task.md
T

1014 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/ci-lite.yml) when code changes are involved.

Links to issues, PRs, docs, or prior discussion.