From 42ff7aa62390a884c62b49cb31ddbc65e652a925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Wed, 22 Jan 2025 12:14:31 -0800 Subject: [PATCH] Update issue_template.yml Added a11y checks and language in the acceptance criteria, tasks, and dependencies sections --- .github/ISSUE_TEMPLATE/issue_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 576af0095..176e7e16b 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -37,7 +37,7 @@ body: - type: textarea id: acceptanceCriteria 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." validations: required: true @@ -48,7 +48,7 @@ body: - type: textarea id: tasks 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." validations: required: true @@ -59,7 +59,7 @@ body: - type: textarea id: dependencies 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." validations: required: false