From ada440a8c91a68787e9bcdf0403be391827c86ce Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Wed, 13 Mar 2024 10:07:22 +0200 Subject: [PATCH] Adds the c-task-4-default.yml --- .gitea/ISSUE_TEMPLATE/c-task-4-default.yml | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/c-task-4-default.yml diff --git a/.gitea/ISSUE_TEMPLATE/c-task-4-default.yml b/.gitea/ISSUE_TEMPLATE/c-task-4-default.yml new file mode 100644 index 0000000..720b293 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/c-task-4-default.yml @@ -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. \ No newline at end of file