Files
OpenFrame/.github/ISSUE_TEMPLATE/feature_request.md
T

36 lines
793 B
Markdown

---
name: Feature request
about: Suggest an improvement for OpenFrame
title: "feat: "
labels: [enhancement]
assignees: []
---
## Problem statement
What problem are you trying to solve?
## Proposed solution
What do you want to happen?
## Alternatives considered
What alternatives did you evaluate?
## Acceptance criteria
How will we know this is done?
- [ ] User value: The proposed change solves the stated problem in an end-to-end user flow.
- [ ] Security and access control: Existing authorization rules are preserved, and no sensitive data is exposed.
- [ ] Verifiability: Completion is proven with test steps, reproducible evidence, or clear output/screenshots.
## Non-goals (optional)
What is explicitly out of scope?
## Additional context
Mockups, examples, or references.