mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
Update issue_template.yml
Added a11y checks and language in the acceptance criteria, tasks, and dependencies sections
This commit is contained in:
6
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
6
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
@@ -37,7 +37,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: acceptanceCriteria
|
id: acceptanceCriteria
|
||||||
attributes:
|
attributes:
|
||||||
label: "Detailed condition or criteria that must be met for the user story to be considered complete."
|
label: "Detailed condition or criteria that must be met for the user story to be considered complete. This includes basic a11y checks around screen readers and keyboard testing."
|
||||||
description: "List the acceptance criteria for the user story."
|
description: "List the acceptance criteria for the user story."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -48,7 +48,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: tasks
|
id: tasks
|
||||||
attributes:
|
attributes:
|
||||||
label: "List of specific tasks or sub-tasks that need to be done to implement the user story."
|
label: "List of specific tasks or sub-tasks that need to be done to implement the user story. This includes a11y standards."
|
||||||
description: "Outline the tasks necessary to implement the user story."
|
description: "Outline the tasks necessary to implement the user story."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -59,7 +59,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: dependencies
|
id: dependencies
|
||||||
attributes:
|
attributes:
|
||||||
label: "List any dependencies that need to be resolved before starting or completing this user story."
|
label: "List any dependencies that need to be resolved before starting or completing this user story. This includes screenreaders and keyboard testing passing."
|
||||||
description: "Specify any dependencies related to the user story."
|
description: "Specify any dependencies related to the user story."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user