From 0c0c63d2af8fe6281d9f77091f176dcd9065b960 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:55:45 -0600 Subject: [PATCH 1/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e8a5c32e9..b8612e2f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -63,4 +63,18 @@ body: 'How do we reproduce the issue you described using the?' validations: required: true + - type: markdown + attributes: + value: | + ## Definition of Done + + - [ ] Design artifacts reviewed + - [ ] Work item implemented + - [ ] Automated test case created (when applicable) + - [ ] Unit test completed + - [ ] Run Checker (when applicable) + - [ ] Manual and Screen Reader Testing (when applicable) + - [ ] Video recording of user experience walkthrough (if impact to UX) + - [ ] PR created + From 99f0f09300d530b67558383a730cc272f01e9843 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:01:37 -0600 Subject: [PATCH 2/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b8612e2f7..912e26c52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,9 +65,9 @@ body: required: true - type: markdown attributes: - value: | - ## Definition of Done - + label: Definition of Done + description: | + - [ ] Design artifacts reviewed - [ ] Work item implemented - [ ] Automated test case created (when applicable) @@ -75,6 +75,6 @@ body: - [ ] Run Checker (when applicable) - [ ] Manual and Screen Reader Testing (when applicable) - [ ] Video recording of user experience walkthrough (if impact to UX) - - [ ] PR created - + - [ ] PR created + From 80ab118e9c17f9560c9b10387533315f631ba678 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:03:51 -0600 Subject: [PATCH 3/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 912e26c52..eb2040896 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,9 +65,9 @@ body: required: true - type: markdown attributes: - label: Definition of Done - description: | - + value: | + ## Definition of Done + (DO NOT modify this section. This section is for IBMinternal use only.) - [ ] Design artifacts reviewed - [ ] Work item implemented - [ ] Automated test case created (when applicable) From 096bd2d1a16cf4049eb038eb020d0dec756e1114 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:04:12 -0600 Subject: [PATCH 4/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index eb2040896..0cc7a3c50 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -67,7 +67,7 @@ body: attributes: value: | ## Definition of Done - (DO NOT modify this section. This section is for IBMinternal use only.) + (DO NOT modify this section. This section is for IBM internal use only.) - [ ] Design artifacts reviewed - [ ] Work item implemented - [ ] Automated test case created (when applicable) From d4adb84ba58617a93ffdc8276d8f6ce24fcb7bb4 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:05:21 -0600 Subject: [PATCH 5/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0cc7a3c50..0773fd37e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -66,7 +66,7 @@ body: - type: markdown attributes: value: | - ## Definition of Done + ### Definition of Done (DO NOT modify this section. This section is for IBM internal use only.) - [ ] Design artifacts reviewed - [ ] Work item implemented From 8f6c7449c89a24e54326559b4dcf8bc270f68564 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:06:28 -0600 Subject: [PATCH 6/8] Update accessibility_issue.yaml --- .github/ISSUE_TEMPLATE/accessibility_issue.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility_issue.yaml b/.github/ISSUE_TEMPLATE/accessibility_issue.yaml index db406fcbf..12570eba2 100644 --- a/.github/ISSUE_TEMPLATE/accessibility_issue.yaml +++ b/.github/ISSUE_TEMPLATE/accessibility_issue.yaml @@ -77,4 +77,16 @@ body: 'How do we reproduce the accessibility violation you described?' validations: required: true - + - type: markdown + attributes: + value: | + ### Definition of Done + (DO NOT modify this section. This section is for IBM internal use only.) + - [ ] Design artifacts reviewed + - [ ] Work item implemented + - [ ] Automated test case created (when applicable) + - [ ] Unit test completed + - [ ] Run Checker (when applicable) + - [ ] Manual and Screen Reader Testing (when applicable) + - [ ] Video recording of user experience walkthrough (if impact to UX) + - [ ] PR created From a19a78f4e23f3120b059054e7140a8c9487684a7 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:11:59 -0600 Subject: [PATCH 7/8] Update accessibility_issue.yaml --- .github/ISSUE_TEMPLATE/accessibility_issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility_issue.yaml b/.github/ISSUE_TEMPLATE/accessibility_issue.yaml index 12570eba2..54d6988e4 100644 --- a/.github/ISSUE_TEMPLATE/accessibility_issue.yaml +++ b/.github/ISSUE_TEMPLATE/accessibility_issue.yaml @@ -81,7 +81,7 @@ body: attributes: value: | ### Definition of Done - (DO NOT modify this section. This section is for IBM internal use only.) + (DO NOT EDIT THIS SECTION. This section is for IBM internal use only.) - [ ] Design artifacts reviewed - [ ] Work item implemented - [ ] Automated test case created (when applicable) From fd2a8416aab29b7794a8f0d1d21579eccd9dc524 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:12:33 -0600 Subject: [PATCH 8/8] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0773fd37e..ebf96ed25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -67,7 +67,7 @@ body: attributes: value: | ### Definition of Done - (DO NOT modify this section. This section is for IBM internal use only.) + (DO NOT EDIT THIS SECTION. This section is for IBM internal use only.) - [ ] Design artifacts reviewed - [ ] Work item implemented - [ ] Automated test case created (when applicable)