31 lines
447 B
Markdown
31 lines
447 B
Markdown
---
|
|
name: Feature request
|
|
about: Propose a new capability aligned with product milestones
|
|
title: "[Feature] "
|
|
labels: enhancement
|
|
assignees: ""
|
|
---
|
|
|
|
## Problem
|
|
|
|
What user or business problem are we solving?
|
|
|
|
## Proposed Solution
|
|
|
|
Describe the minimum viable implementation.
|
|
|
|
## Scope
|
|
|
|
- In scope:
|
|
- Out of scope:
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ]
|
|
- [ ]
|
|
|
|
## GitFlow Plan
|
|
|
|
- Branch suggestion: `feature/<scope>-<short-description>`
|
|
- Target milestone:
|