Skip to content

Commit

Permalink
add task
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Sep 28, 2024
1 parent 529c53e commit 0afd3b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Task
description: File a task
title: "[Task]: "
labels: ["enabler"]
assignees: []
body:
- type: textarea
id: overview
attributes:
label: Overview
description: Provide a brief overview of the task to be done, including who will benefit from it.
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
description: Describe the task in detail, including any specific requirements and examples from other applications if available.
validations:
required: false
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: Define the criteria that must be met for the task to be considered complete.
validations:
required: false

0 comments on commit 0afd3b1

Please sign in to comment.