From 4e335561e338a98fd54e9028ba806e21d3babb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Thu, 23 Jan 2025 11:57:37 -0800 Subject: [PATCH 1/3] Update issue_template.yml added "This includes items related to accessibility." to 3 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..d5ca9c768 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 items related to accessibility." description: "List the acceptance criteria for 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 items related to accessibility." description: "Specify any dependencies related to the user story." validations: required: false @@ -70,7 +70,7 @@ body: - type: textarea id: notes attributes: - label: "Any additional information or context that might be useful for the team." + label: "Any additional information or context that might be useful for the team. This includes items related to accessibility." description: "Provide any extra notes or context for the user story." validations: required: false From 22fcc703f5f877cd0d918d2e901bffb78d9355ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Mon, 27 Jan 2025 12:53:47 -0800 Subject: [PATCH 2/3] Update issue_template.yml --- .github/ISSUE_TEMPLATE/issue_template.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index d5ca9c768..ca458b6a5 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. This includes items related to accessibility." + label: "Detailed condition or criteria that must be met for the user story to be considered complete." description: "List the acceptance criteria for the user story." validations: required: true @@ -59,18 +59,29 @@ body: - type: textarea id: dependencies attributes: - label: "List any dependencies that need to be resolved before starting or completing this user story. This includes items related to accessibility." + label: "List any dependencies that need to be resolved before starting or completing this user story." description: "Specify any dependencies related to the user story." validations: required: false + - type: markdown + attributes: + value: '**Accessibility:**' + - type: textarea + id: notes + attributes: + label: "List any specific accessibility guidance or tests that need to be considered for this user story." + description: "List what type of accessibility tests need to pass." + validations: + required: false + - type: markdown attributes: value: '**Notes:**' - type: textarea id: notes attributes: - label: "Any additional information or context that might be useful for the team. This includes items related to accessibility." + label: "Any additional information or context that might be useful for the team." description: "Provide any extra notes or context for the user story." validations: required: false From 057ed6f88c57412152d48d8eb5be617bda074c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Thu, 30 Jan 2025 09:34:56 -0800 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/issue_template.yml Co-authored-by: Carlo Costino --- .github/ISSUE_TEMPLATE/issue_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index ca458b6a5..f9cabaa72 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -68,7 +68,7 @@ body: attributes: value: '**Accessibility:**' - type: textarea - id: notes + id: accessibility attributes: label: "List any specific accessibility guidance or tests that need to be considered for this user story." description: "List what type of accessibility tests need to pass."