From dda9c2a0be0df9f9b01d08ea9d81b0728da88f6d Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:43:05 -0600 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..15f09726b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,50 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. + + +## 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 974747800a34813a00919c56d15245ba58ab329b Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:15:45 -0600 Subject: [PATCH 2/4] Update pull_request_template.md --- .github/pull_request_template.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d33bb1553..19e827ad8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,6 +23,20 @@ - [ ] This PR has been reviewed and is ready for test - [ ] I understand that the title of this PR will be used for the next release notes. + +## Assets to aide review attached + +- [ ] Links to design artifacts +- [ ] Links to video walkthrough of user experience +- [ ] Other + +## Definition of Done + +- [ ] Peer review complete +- [ ] Secondary review complete +- [ ] Staging deployment verified + + \ No newline at end of file +--> From ce7be6171c1a4b8d7c9f3fc2737bffd60d2f33ef Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:44:20 -0600 Subject: [PATCH 3/4] Update pull_request_template.md Use h3 header --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 19e827ad8..ed3d0015f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,13 +24,13 @@ - [ ] I understand that the title of this PR will be used for the next release notes. -## Assets to aide review attached +### Assets to aide review attached - [ ] Links to design artifacts - [ ] Links to video walkthrough of user experience - [ ] Other -## Definition of Done +### Definition of Done - [ ] Peer review complete - [ ] Secondary review complete From 35de02f9be1d9736dd950e5df70ae9e2e7a6a814 Mon Sep 17 00:00:00 2001 From: Will Scott <78674552+sct-will@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:58:37 -0600 Subject: [PATCH 4/4] update Issue templates yaml files (#2114) * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update accessibility_issue.yaml * Update accessibility_issue.yaml * Update bug_report.yaml --- .github/ISSUE_TEMPLATE/accessibility_issue.yaml | 14 +++++++++++++- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility_issue.yaml b/.github/ISSUE_TEMPLATE/accessibility_issue.yaml index db406fcbf..54d6988e4 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 EDIT 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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e8a5c32e9..ebf96ed25 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 + (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) + - [ ] 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 +