27 lines
987 B
Markdown
27 lines
987 B
Markdown
|
## Problem to solve
|
||
|
|
||
|
<!-- What problem do we solve? Try to define the who/what/why of the opportunity as a user story. For example, "As a (who), I want (what), so I can (why/value)." -->
|
||
|
|
||
|
## Proposal
|
||
|
|
||
|
<!-- Use this section to explain the feature and how it will work. It can be helpful to add technical details, design proposals, and links to related epics or issues. -->
|
||
|
|
||
|
<!-- Default labels -->
|
||
|
/label ~"group::release"
|
||
|
/label ~"type::feature"
|
||
|
/label ~"workflow::problem validation"
|
||
|
/label ~UX
|
||
|
|
||
|
<!-- Optional labels -->
|
||
|
/label ~backend ~frontend
|
||
|
|
||
|
<!-- If you already have an implementation plan, please fill in detail below https://about.gitlab.com/handbook/engineering/development/ops/release/planning/#weights -->
|
||
|
/weight X
|
||
|
/label ~"backend-weight::" ~"frontend-weight::" ~"workflow::ready for development"
|
||
|
## Implementation guide
|
||
|
|
||
|
<!-- If the issue clear enough, consider inviting community contributors -->
|
||
|
/label ~"Seeking community contributions" ~"good for new contributors"
|
||
|
|
||
|
|