diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2018-12-10 15:23:18 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-12-10 15:23:18 +0000 |
commit | af080a199416dc1036e6332d44d4e621b1e23d6b (patch) | |
tree | 06a9d05bc89039f995a0039f3d86eb489d50f374 /.gitlab | |
parent | 80eebd8e33c5f2f26bc0fdd233d9d92c51edd242 (diff) | |
download | gitlab-ce-af080a199416dc1036e6332d44d4e621b1e23d6b.tar.gz |
Improve feature proposal template for improved product thinking
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature proposal.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md index c4065d3c4ea..ad517f0457d 100644 --- a/.gitlab/issue_templates/Feature proposal.md +++ b/.gitlab/issue_templates/Feature proposal.md @@ -1,14 +1,22 @@ ### Problem to solve +<!--- What problem do we solve? --> + +### Target audience + +<!--- For whom are we doing this? Include either a persona from https://design.gitlab.com/#/getting-started/personas or define a specific company role. e.a. "Release Manager" or "Security Analyst" --> + ### Further details -(Include use cases, benefits, and/or goals) +<!--- Include use cases, benefits, and/or goals (contributes to our vision?) --> ### Proposal +<!--- How are we going to solve the problem? --> + ### What does success look like, and how can we measure that? -(If no way to measure success, link to an issue that will implement a way to measure this) +<!--- If no way to measure success, link to an issue that will implement a way to measure this --> ### Links / references |