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)