-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
529c53e
commit 0afd3b1
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |