36 lines
888 B
Markdown
36 lines
888 B
Markdown
# Feature Request: <title>
|
|
|
|
<!--META
|
|
{
|
|
"kind": "feature_request",
|
|
"ramble_fields": [
|
|
{"name": "Title", "hint": "camelCase, ≤24 chars", "default": "initialProjectDesign"},
|
|
{"name": "Intent"},
|
|
{"name": "ProblemItSolves"},
|
|
{"name": "BriefOverview"},
|
|
{"name": "Summary", "hint": "≤2 sentences"}
|
|
],
|
|
"criteria": {
|
|
"Title": "camelCase, <= 24 chars",
|
|
"Summary": "<= 2 sentences"
|
|
},
|
|
"hints": [
|
|
"What is it called?",
|
|
"Who benefits most?",
|
|
"What problem does it solve?",
|
|
"What does success look like?"
|
|
],
|
|
"tokens": ["FeatureId", "CreatedDate", "Title", "Intent", "ProblemItSolves", "BriefOverview", "Summary"]
|
|
}
|
|
-->
|
|
|
|
# Feature Request: {Title}
|
|
|
|
**Intent**: {Intent}
|
|
**Motivation / Problem**: {ProblemItSolves}
|
|
**Brief Overview**: {BriefOverview}
|
|
|
|
**Summary**: {Summary}
|
|
|
|
**Meta**: FeatureId: {FeatureId} • Created: {CreatedDate}
|