From a548c9dac8b26471a506400cbef859908171389c Mon Sep 17 00:00:00 2001 From: Fatima Saleem Date: Tue, 12 Sep 2023 22:07:47 +0500 Subject: [PATCH] Updating the Github task --- .github/ISSUE_TEMPLATE/task.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml index cf4df0ac26..b679f04288 100644 --- a/.github/ISSUE_TEMPLATE/task.yaml +++ b/.github/ISSUE_TEMPLATE/task.yaml @@ -16,6 +16,36 @@ body: description: A concise description of what needs to be done (user story) validations: required: true +- type: textarea + attributes: + label: Required Changes + description: A concise description of specific modifications, updates, or actions that are necessary to complete the task, helping to clarify the necessary actions. + validations: + required: true +- type: textarea + attributes: + label: Current Status + description: A concise description of the current status + validations: + required: true +- type: textarea + attributes: + label: Risks + description: List of the potential challenges, obstacles, or issues that could arise while working on the task, helping to anticipate and mitigate potential problems. + validations: + required: false +- type: textarea + attributes: + label: Prerequisites + description: This outlines any dependencies or conditions that must be met before starting or progressing with the task, ensuring a smooth workflow. + validations: + required: false +- type: textarea + attributes: + label: KPI (KEY Performance Indicators) + description: List of the specific metrics or measures that will be used to assess the success or completion of the task, providing clear criteria for evaluation. + validations: + required: false - type: textarea attributes: label: Description of Done