diff --git a/.gitea/ISSUE_TEMPLATE/b-enhancement-4-joomla-component.yml b/.gitea/ISSUE_TEMPLATE/b-enhancement-4-joomla-component.yml new file mode 100644 index 0000000..26095a8 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/b-enhancement-4-joomla-component.yml @@ -0,0 +1,80 @@ +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 \ No newline at end of file