From 0b85b43ca6a8a5893456076a57be17875cc734f1 Mon Sep 17 00:00:00 2001 From: 3commascapital <3commascapital@gmail.com> Date: Thu, 30 Sep 2021 16:38:50 -0500 Subject: [PATCH] added gitlab templates --- .gitlab/issue_templates/Bug.md | 26 +++++++++++++++++++ .gitlab/issue_templates/Change Request.md | 17 ++++++++++++ .gitlab/issue_templates/Feature Request.md | 30 ++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Change Request.md create mode 100644 .gitlab/issue_templates/Feature Request.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..6985561ee --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,26 @@ +## Quick Information + +- **Operating System:** Ubuntu 20.04.5 LTS +- **Browser:** Chrome / Firefox / Edge / Safari +- **Device:** Computer / Tablet / Mobile + +## What Happened? + + +## Steps to reproduce + + +## Expected result + + +## Logs + + +## Screenshots + + +## Priority/Severity + +- [ ] High (anything that impacts the normal user flow or blocks app usage) +- [ ] Medium (anything that negatively affects the user experience) +- [ ] Low (anything else e.g., typos, missing icons, layout issues, etc.) diff --git a/.gitlab/issue_templates/Change Request.md b/.gitlab/issue_templates/Change Request.md new file mode 100644 index 000000000..ee8580327 --- /dev/null +++ b/.gitlab/issue_templates/Change Request.md @@ -0,0 +1,17 @@ +## Summary + + +## Area of the system + + +## How does this currently work? + + +## What is the desired way of working? + + +## Priority/Severity + +- [ ] High (This will bring a huge increase in performance/productivity/usability) +- [ ] Medium (This will bring a good increase in performance/productivity/usability) +- [ ] Low (anything else e.g., trivial, minor improvements) diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 000000000..2d4a81557 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,30 @@ +## Problem Statement + + +## Who will benefit? + + +## Benefits and risks + + +## Proposed solution + + +## Examples + + +## Priority/Severity + +- [ ] High (This will bring a huge increase in performance/productivity/usability cover) +- [ ] Medium (This will bring a good increase in performance/productivity/usability) +- [ ] Low (anything else e.g., trivial, minor improvements)