forked from getBible/support
Adds the c-task-4-joomla-component.yml
This commit is contained in:
parent
ada440a8c9
commit
5121106fc4
85
.gitea/ISSUE_TEMPLATE/c-task-4-joomla-component.yml
Normal file
85
.gitea/ISSUE_TEMPLATE/c-task-4-joomla-component.yml
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
name: Task for the Joomla-Component
|
||||||
|
about: Create a task for project management
|
||||||
|
title: "[TASK]: "
|
||||||
|
labels:
|
||||||
|
- task
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for setting up the task! Tasks assist us in arranging and ranking our work. Kindly provide comprehensive details about the task for clarity and efficient tracking.
|
||||||
|
- type: textarea
|
||||||
|
id: task-details
|
||||||
|
attributes:
|
||||||
|
label: Task Details
|
||||||
|
description: Please describe the task. What are the specific actions required?
|
||||||
|
placeholder: Provide a detailed description of the task.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
# Task Context and Priority
|
||||||
|
- type: dropdown
|
||||||
|
id: system
|
||||||
|
attributes:
|
||||||
|
label: Which Joomla version is this task 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 task 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 task 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: task-objective
|
||||||
|
attributes:
|
||||||
|
label: Task Objective
|
||||||
|
description: What's the aim or purpose of this task? How will it contribute to the project or system's success?
|
||||||
|
placeholder: Describe the goal and anticipated result of the task.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Please share any extra context, files, or screenshots that could aid in comprehending or carrying out the task.
|
||||||
|
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