From 4e21e6cea48afc17ae6e17c5cb9bb378806cec45 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Thu, 14 Mar 2024 09:55:59 +0200 Subject: [PATCH] Adds and updates the c-task.yml --- .gitea/ISSUE_TEMPLATE/c-task.yml | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/c-task.yml diff --git a/.gitea/ISSUE_TEMPLATE/c-task.yml b/.gitea/ISSUE_TEMPLATE/c-task.yml new file mode 100644 index 000000000..de46e1bbd --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/c-task.yml @@ -0,0 +1,45 @@ +name: 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: task-environment + attributes: + label: Task environment + description: Please provide the details of the environment in which this task will be completed. + placeholder: Describe the environment applicable to the task. + 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 \ No newline at end of file