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

36 lines
1017 B
Markdown

---
name: Task
about: Used for work items that are not primarily bugs or net-new features
title: ""
type: Task
assignees: ''
---
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/coverage.yml`](../../.github/workflows/coverage.yml)) when code changes are involved.
-
## Related
Links to issues, PRs, docs, or prior discussion.