diff options
author | Job van der Voort <job@gitlab.com> | 2017-03-17 11:43:32 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2017-03-17 11:43:32 +0000 |
commit | 8d8dfd8e0d3c7b9eaca590fc742f5bcfc04133ac (patch) | |
tree | 6b577cb98e6a8cf8778ac0a8efaf1715153b866c /.gitlab | |
parent | 2f145352713009b60c60161e09be5b5bed2d87f4 (diff) | |
download | gitlab-ce-8d8dfd8e0d3c7b9eaca590fc742f5bcfc04133ac.tar.gz |
documentation blurb in issue template
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature Proposal.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md index ea895ee6275..2636010e2fb 100644 --- a/.gitlab/issue_templates/Feature Proposal.md +++ b/.gitlab/issue_templates/Feature Proposal.md @@ -5,3 +5,13 @@ ### Proposal ### Links / references + +### Documentation blurb + +(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.) |