diff options
author | 🚄 Job van der Voort 🚀 <job@gitlab.com> | 2018-06-06 15:20:05 +0000 |
---|---|---|
committer | 🚄 Job van der Voort 🚀 <job@gitlab.com> | 2018-06-06 15:20:05 +0000 |
commit | 5b75c6777a6ad60a7d3e60b03f5da1cd4c77c0d1 (patch) | |
tree | 3327fb4a7bb72d7a6ec8e23a7cca1f8cd7282b1d /.gitlab | |
parent | e9ad837cf0f0a51e7f8035f27ad35005a828e3fd (diff) | |
download | gitlab-ce-5b75c6777a6ad60a7d3e60b03f5da1cd4c77c0d1.tar.gz |
update issue template to encourage collaboration and metrics
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature Proposal.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md index 5b55eb1374b..c4065d3c4ea 100644 --- a/.gitlab/issue_templates/Feature Proposal.md +++ b/.gitlab/issue_templates/Feature Proposal.md @@ -1,9 +1,15 @@ -### Description +### Problem to solve -(Include problem, use cases, benefits, and/or goals) +### Further details + +(Include use cases, benefits, and/or goals) ### Proposal +### 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) + ### Links / references /label ~"feature proposal" |