From e1c24c726478a9d2be257f3f15d16c10fee06916 Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Thu, 14 Mar 2024 15:17:51 +0200 Subject: [PATCH] Adds a issue template for reporting performens issues in the joomla-component. --- .../e-performance-4-joomla-component.yml | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/e-performance-4-joomla-component.yml diff --git a/.gitea/ISSUE_TEMPLATE/e-performance-4-joomla-component.yml b/.gitea/ISSUE_TEMPLATE/e-performance-4-joomla-component.yml new file mode 100644 index 0000000..e18c19f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/e-performance-4-joomla-component.yml @@ -0,0 +1,112 @@ +name: Performance Issue for the Joomla-Component +about: Recommend or propose performance improvements +title: "[PERFORMANCE]: " +labels: + - performance +body: + - type: markdown + attributes: + value: | + Appreciation for tackling performance challenges! Optimizing performance is vital for our system's efficiency and the user experience. Could you offer more comprehensive details to aid in identifying and resolving the suggested performance issue or improvement? + - type: textarea + id: performance-details + attributes: + label: Performance Details + description: Please outline the performance problem or the enhancements you propose. Is it related to speed, resource usage, responsiveness, or something else? + placeholder: Offer an in-depth explanation of the performance challenge or improvement. + validations: + required: true + - type: markdown + attributes: + value: | + # Affected Systems and Context + - type: dropdown + id: system + attributes: + label: Which Joomla version is this performance issue related to? + multiple: true + options: + - Joomla 5 + - Joomla 4 + - Joomla 3 + validations: + required: true + - type: dropdown + id: joomla-component_version + attributes: + label: Which GetBible/joomla-component version is this performance issue related to? + multiple: true + options: + - v5.x + - v4.x + - v3.x + - Other + validations: + required: true + - type: dropdown + id: area + attributes: + label: Which area of the component does this performance issue relate to? + multiple: true + options: + - Linkers(admin_views) + - Notes(admin_views) + - Tagged Verses(admin_views) + - Prompts(admin_views) + - Open AI Responses(admin_views) + - Tags(admin_views) + - Translations(admin_views) + - Books(admin_views) + - Chapters(admin_views) + - Verses(admin_views) + - App(site_vew) + - Other + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Which browsers did you experience the performance problem on? + multiple: true + options: + - Chrome + - Firefox + - Microsoft Edge + - Safari + - Opera + - Brave + - Vivaldi + validations: + required: true + - type: dropdown + id: os + attributes: + label: Which operating system are you using? + multiple: true + options: + - Linux + - Windows + - macOS + - Other + validations: + required: true + - type: textarea + id: proposed-solutions + attributes: + label: Proposed Solutions or Ideas + description: If you have any suggestions or ideas for resolving the performance problem, please share them here. + placeholder: Share any potential solutions or improvement problem. + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Provide any additional context, benchmarks, logs, or screenshots that might help in understanding or addressing the performance problem. + validations: + required: false + - type: textarea + id: comments + attributes: + label: Additional Comments + description: Feel free to include any further comments or pertinent details that might assist us. \ No newline at end of file