Adds a issue template for reporting performens issues in the joomla-component.

This commit is contained in:
Malachi van der Merwe 2024-03-14 15:17:51 +02:00
parent ff4c6fff73
commit e1c24c7264
Signed by: Malachi
GPG Key ID: CDCD75463EC1E87C
1 changed files with 112 additions and 0 deletions

View File

@ -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.