From 76681fc7582431f78dd8c942532939c78d6690f4 Mon Sep 17 00:00:00 2001 From: "(Mark) Ryan Sallee" Date: Fri, 21 Jan 2022 17:20:30 +0000 Subject: [PATCH] Added new Gitlab issue template file for objective-based product changes --- .gitlab/issue_templates/product-change.md | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitlab/issue_templates/product-change.md diff --git a/.gitlab/issue_templates/product-change.md b/.gitlab/issue_templates/product-change.md new file mode 100644 index 0000000000..a772654e79 --- /dev/null +++ b/.gitlab/issue_templates/product-change.md @@ -0,0 +1,27 @@ +### Target problem + +(Describe the target persona (user or business), and the problem that the change is aimed to improve) + +### Hypothesis + +(Describe the propoosed change and how it relates to the target problem) + +### What is the primary metric that this change is aimed to improve? + +(Metric, KPI, and how it can be monitored) + +### What is the current state of this metric, and what is the improvement goal? + +(Current value of the metric, target value of the metric) + +### How does this change affect the desired metric? + +(Explain how the proposed change relates to the metric) + +### What counter metric will ensure that an increase in the primary metric is a positive for the product? + +(Metric, KPI, and how it can be monitored) + +### Size estimate + +(Size estimate -- from Design + Dev -- required to deliver this change. Is just an estimate)