mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
36 lines
918 B
Markdown
36 lines
918 B
Markdown
---
|
||
name: Feature
|
||
about: Used for new features or suggestions
|
||
title: ""
|
||
type: Feature
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
Use a concise sentence-case title that describes the requested outcome. Do not add `Feature` or bracket prefixes to the title.
|
||
|
||
## Summary
|
||
|
||
What we’re building and the user-visible outcome.
|
||
|
||
## Problem
|
||
|
||
What’s missing today, who it hurts, and constraints (platform, privacy, performance).
|
||
|
||
## Solution (optional)
|
||
|
||
How you plan to solve it — scope (core / app / both), approach, tradeoffs. Skip if you want discussion first.
|
||
|
||
## Acceptance criteria
|
||
|
||
- [ ] **Feature 1** — TODO
|
||
- [ ] **Feature 2** — TODO
|
||
- [ ] **Feature 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)).
|
||
|
||
- …
|
||
|
||
## Related
|
||
|
||
Links to issues, PRs, or prior discussion.
|