diff options
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Technical Evaluation.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Technical Evaluation.md b/.gitlab/issue_templates/Technical Evaluation.md new file mode 100644 index 00000000000..f703f727113 --- /dev/null +++ b/.gitlab/issue_templates/Technical Evaluation.md @@ -0,0 +1,23 @@ +<!-- Instructions: Use this template for a proof of concept or when a deeper technical evaluation is required. Please weigh tech evaluation issues and follow the instructions below accordingly. --> + +### Topic to Evaluate + +<!-- Describe the related issue and challenge we need to establish a proof of concept for--> +* [Link to other Issue](link) + +### Tasks to Evaluate + +<!-- Outline the tasks with issues that you need evaluate as a part of the implementation issue --> + +- [ ] Add task +- [ ] Add task +- [ ] Add task + +### Risks and Implementation Considerations + +<!-- Idenitfy any risks found in the research, whether this is performance, impacts to other functionality or other bugs --> + +### Team + +- [ ] Add ~"workflow::planning breakdown" ~feature and the corresponding `~devops::<stage>` and `~group::<group>` labels. +- [ ] Ping the PM and EM. |