From 91d7eceb275851b27219d1c57384faeb8b33469e Mon Sep 17 00:00:00 2001 From: Zedifus Date: Mon, 13 Jun 2022 13:44:32 +0100 Subject: [PATCH 1/2] Add Templates --- .gitlab/issue_templates/Bug.md | 20 +++++++++++++++ .gitlab/issue_templates/Change Request.md | 15 +++++++++++ .gitlab/issue_templates/Feature Request.md | 27 ++++++++++++++++++++ .gitlab/merge_request_templates/Default.md | 29 ++++++++++++++++++++++ 4 files changed, 91 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 create mode 100644 .gitlab/merge_request_templates/Default.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..88b2a3b4 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,20 @@ +## Quick Information +- **Operating System:** Windows / Linux / MacOS / UnRAID +- **Install Type:** Git Cloned(Manual) / Installer / WinPackage / Docker + +## What Happened? +*A brief description of what happened when you tried to perform an action* + +## Expected result +*What should have happened when you performed the actions* + +## Steps to reproduce +*List the steps required to produce the error. These should be as few as possible* + +## Screenshots +Any relevant screenshots which show the issue* !-->* + +## 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/translations, layout/formatting issues, etc.) diff --git a/.gitlab/issue_templates/Change Request.md b/.gitlab/issue_templates/Change Request.md new file mode 100644 index 00000000..abefcd67 --- /dev/null +++ b/.gitlab/issue_templates/Change Request.md @@ -0,0 +1,15 @@ +## Summary +*Outline the issue being faced, and why this needs to change* + +## Area of the system +*This might only be one part, but may involve multiple sections, Login/Dashboad/Terminal/Config* + +## How does this currently work? + +## What is the desired way of working? +*After the change, what should the process/operation be? + +## 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 00000000..2450aa60 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,27 @@ +## 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 + - extend functionality + + What risks might this introduce? + - May result in security issues + - May break current application flow + - Licence issues + + +## 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 +- [ ] 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/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 00000000..a82cb3f8 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,29 @@ +## What does this MR do and why? + +___Describe in detail what your merge request does and why.___
+> *Please keep this description updated with any discussion that takes place so*
+*that reviewers can understand your intent. Keeping the description updated is*
+*especially important if they didn't participate in the discussion.*
+ + +## Screenshots or screen recordings + +___These are strongly recommended to assist reviewers and reduce the time to merge your change.___
+> *Please include any relevant screenshots or screen recordings that will assist*
+*reviewers and future readers. If you need help visually verifying the change,*
+*please leave a comment and ping a GitLab reviewer, maintainer, or MR coach.*
+ + +## How to set up and validate locally + +___Numbered steps to set up and validate the change are strongly suggested.___ + + +## MR acceptance checklist + +This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability. +* [ ] Have you checked this doesn't interfere/conflict/duplicate someone elses work? +* [ ] Have you fully tested your changes? +* [ ] Have you resolved any lint issues? +* [ ] Have you assigned a reviewer? +* [ ] Have you applied correct labels? From 307e97deda3b3e5e659ba3e9fe8a26eeac9f52bd Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Mon, 13 Jun 2022 12:53:13 +0000 Subject: [PATCH 2/2] Fix minor format --- .gitlab/issue_templates/Change Request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Change Request.md b/.gitlab/issue_templates/Change Request.md index abefcd67..995e7ad1 100644 --- a/.gitlab/issue_templates/Change Request.md +++ b/.gitlab/issue_templates/Change Request.md @@ -7,7 +7,7 @@ ## How does this currently work? ## What is the desired way of working? -*After the change, what should the process/operation be? +*After the change, what should the process/operation be?* ## Priority/Severity - [ ] High (This will bring a huge increase in performance/productivity/usability)