mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
36 lines
793 B
Markdown
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.
|