From 29e2db38b9ec183687fd135fd7c6f4920bc93da6 Mon Sep 17 00:00:00 2001 From: cap399 <cap399@drexel.edu> Date: Tue, 15 Feb 2022 04:50:06 +0000 Subject: [PATCH] Upload New File --- .gitlab/issue_templates/Feature-_Request.md | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitlab/issue_templates/Feature-_Request.md diff --git a/.gitlab/issue_templates/Feature-_Request.md b/.gitlab/issue_templates/Feature-_Request.md new file mode 100644 index 0000000..2783ada --- /dev/null +++ b/.gitlab/issue_templates/Feature-_Request.md @@ -0,0 +1,30 @@ +## Problem Statement +<!-- What is the issue being faced and needs addressing? !--> + +## Who will benefit? +<!-- Will this fix a problem that only one user has, or will it benefit a lot of people !--> + +## Benefits and risks +<!-- + What benefits does this bring? + - reduced support issues + - save error prone manual checks + - automate labour intensive tasks + + What risks might this introduce? + - May result in more data being shared with staff + - requires training materials to be updated + - Involves working with a specific vendor for a fixed period. +!--> + +## Proposed solution +<!-- How would you like to see this issue resolved? !--> + +## Examples +<!-- Are there any examples of this which exist in other software? !--> + +## Priority/Severity +<!-- Delete as appropriate. The priority and severity assigned may be different to this !--> +- [ ] High (This will bring a huge increase in performance/productivity/usability/legislative cover) +- [ ] Medium (This will bring a good increase in performance/productivity/usability) +- [ ] Low (anything else e.g., trivial, minor improvements) -- GitLab