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 1/2] 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 2/2] 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