diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..507e511 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,24 @@ +## Quick Information + +- **Operating System:** +- **Application version** + +## What Happened? + + +## Expected result + + +## Steps to reproduce + + +## 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.) + +/label ~Bug diff --git a/.gitlab/issue_templates/FeatureRequest.md b/.gitlab/issue_templates/FeatureRequest.md new file mode 100644 index 0000000..435c7c7 --- /dev/null +++ b/.gitlab/issue_templates/FeatureRequest.md @@ -0,0 +1,26 @@ +## Problem Statement + + +## Who will benefit? + + +## Benefits and risks + + +## Proposed solution + + +## Examples + + +## 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) + +/label ~Feature request