Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the Github task #1391

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading