summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/issue_templates/Feature Proposal.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md
index 90e1caea31b..2636010e2fb 100644
--- a/.gitlab/issue_templates/Feature Proposal.md
+++ b/.gitlab/issue_templates/Feature Proposal.md
@@ -8,7 +8,10 @@
### Documentation blurb
-(Write the start of the documentation of this feature here.
-What problem does it solve, why should someone use it and what is related.
+(Write the start of the documentation of this feature here, include:
+
+1. Why should someone use it; what's the underlying problem.
+2. What is the solution.
+3. How does someone use this
During implementation, this can then be copied and used as a starter for the documentation.)