From d46bfdf229eb85122c6bfaf529f32d326fc11046 Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Sun, 25 Jul 2021 00:34:22 +0530 Subject: [PATCH] Add issue templates. --- .gitlab/issue_templates/Bug.md | 24 +++++++++++++++++++++ .gitlab/issue_templates/FeatureRequest.md | 26 +++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/FeatureRequest.md 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