From 6a8282cd9f0645170c5c10149feafd63e11b2088 Mon Sep 17 00:00:00 2001 From: Paul Andrews <58770589+paulsimonandrews@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:50:38 +0000 Subject: [PATCH 1/4] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c24c93b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Description + +Please include a summary of the changes, and link to any relevant JIRA ticket. + +### Checklist: + +- [ ] For every standard I have edited, I have added an update statement if a significant change has been made +- [ ] I have previewed changes to markdown to ensure they still render correctly (including checking page links) +- [ ] I continue to be awesome + From ad098dc700ff59982665b57b71e2bb4a414181c2 Mon Sep 17 00:00:00 2001 From: Paul Andrews <58770589+paulsimonandrews@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:02:03 +0000 Subject: [PATCH 2/4] Updated list --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c24c93b..206fe01 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,7 @@ Please include a summary of the changes, and link to any relevant JIRA ticket. ### Checklist: - [ ] For every standard I have edited, I have added an update statement if a significant change has been made +- [ ] I have added any new guide or standard to the correct list on the main README page - [ ] I have previewed changes to markdown to ensure they still render correctly (including checking page links) - [ ] I continue to be awesome From 689db9ca6d472588587b41efa9dfb3f4645a73ff Mon Sep 17 00:00:00 2001 From: Paul Andrews <58770589+paulsimonandrews@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:03:40 +0000 Subject: [PATCH 3/4] Rename 1 --- .../{PULL_REQUEST_TEMPLATE.md => pull_request_template_tmp.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE.md => pull_request_template_tmp.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/pull_request_template_tmp.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/pull_request_template_tmp.md From 008b1592272cbad240d0fc725739daf93d5206dc Mon Sep 17 00:00:00 2001 From: Paul Andrews <58770589+paulsimonandrews@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:04:21 +0000 Subject: [PATCH 4/4] Rename 2 --- .../{pull_request_template_tmp.md => pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pull_request_template_tmp.md => pull_request_template.md} (100%) diff --git a/.github/pull_request_template_tmp.md b/.github/pull_request_template.md similarity index 100% rename from .github/pull_request_template_tmp.md rename to .github/pull_request_template.md