Adds the c-task-4-default.yml

This commit is contained in:
Lemuel van der Merwe 2024-03-13 10:07:22 +02:00
parent a03f3b2255
commit ada440a8c9
Signed by: Lemuel
GPG Key ID: 8CA8D2C750CA71B2

View File

@ -0,0 +1,78 @@
name: Default Task
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: textarea
id: environment
attributes:
label: Environment for which this task is proposed
description: Please provide a detailed overview of the specific environment for which this task is proposed.
placeholder: Describe the environment applicable.
value: ""
validations:
required: true
- type: dropdown
id: area
attributes:
label: Which area of Getbible does task relate to?
multiple: true
options:
- loader
- daily-scripture
- daily-light
- joomla-component
- v2_builder
- v2
- api
- librarian
- getverse
- Other
validations:
required: true
- type: textarea
id: what_it_impacts
attributes:
label: What area of the above selected options does this task impact?
description: If applicable, please provide a in depth discription of the area that will be impacted by this task.
placeholder: Explain in detail what area the task impacts
value: ""
validations:
required: false
- 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.