Compare commits
No commits in common. "master" and "issue_template" have entirely different histories.
master
...
issue_temp
@ -1,133 +0,0 @@
|
||||
name: Bug Report for the Joomla-Component
|
||||
about: Draft a report to aid in our Debugging efforts.
|
||||
title: "[BUG]: "
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
We value your effort in reporting an bug! Your feedback is essential for us to address and fix the problem.
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What Happened?
|
||||
description: Please provide a detailed description of the issue and explain what outcome you anticipate.
|
||||
placeholder: Describe the issue you experienced.
|
||||
value: ""
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps_to_reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce the Bug
|
||||
description: Please provide a detailed description of the steps to reproduce the issue you experienced.
|
||||
placeholder: Describe the steps to reproduce the issue.
|
||||
value: ""
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Environment Details
|
||||
- type: dropdown
|
||||
id: joomla_version
|
||||
attributes:
|
||||
label: Which Joomla version are you using?
|
||||
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 issue related to?
|
||||
multiple: true
|
||||
options:
|
||||
- v5.x
|
||||
- v4.x
|
||||
- v3.x
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: php_version
|
||||
attributes:
|
||||
label: Which PHP version are you using?
|
||||
multiple: true
|
||||
options:
|
||||
- PHP 8.3
|
||||
- PHP 8.2
|
||||
- PHP 8.1
|
||||
- PHP 8.0
|
||||
- PHP 7.4
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: apache_version
|
||||
attributes:
|
||||
label: Which Apache version are you using?
|
||||
multiple: true
|
||||
options:
|
||||
- Apache 2.4
|
||||
- Apache 2.2
|
||||
- Apache 2.0
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: area
|
||||
attributes:
|
||||
label: Where did this issue occur?
|
||||
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: On which browsers did you encounter the issue?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Microsoft Edge
|
||||
- Safari
|
||||
- Opera
|
||||
- Brave
|
||||
- Vivaldi
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: What operating system are you currently using?
|
||||
multiple: true
|
||||
options:
|
||||
- Linux
|
||||
- Windows
|
||||
- macOS
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: comments
|
||||
attributes:
|
||||
label: Additional Comments
|
||||
description: Feel free to include any further comments or pertinent details that might assist us.
|
@ -1,80 +0,0 @@
|
||||
name: Enhancement Request for the Joomla-Component
|
||||
about: Suggest an enhancement idea.
|
||||
title: "[ENHANCEMENT]: "
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for suggesting an enhancement! Your input is crucial for our innovation and progress. To assist us better, please share detailed information about your idea.
|
||||
- type: textarea
|
||||
id: enhancement-details
|
||||
attributes:
|
||||
label: Enhancement Details
|
||||
description: Could you detail the enhancement you're suggesting? Explain the issue it addresses or the new feature it introduces.
|
||||
placeholder: Please give an in-depth explanation of your proposed enhancement.
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Context and Priority
|
||||
- type: dropdown
|
||||
id: system
|
||||
attributes:
|
||||
label: Which Joomla version is this enhancement 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 enhancement 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 enhancement 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: textarea
|
||||
id: benefits
|
||||
attributes:
|
||||
label: Expected Benefits
|
||||
description: What advantages can be anticipated from this enhancement? How does it contribute to the improvement of the system?
|
||||
placeholder: Detail the advantages that this enhancement will provide.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Supply additional context or screenshots related to the enhancement request in this space.
|
||||
validations:
|
||||
required: false
|
@ -1,112 +0,0 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user