diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca84d39e5e1..df19fbf5ee5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,8 +9,8 @@ Code changes - _A bullet point list of key code changes that have been made._ -Developer Checklist -====== +
+Developer Checklist - [ ] **UX** - [ ] UX Criteria met (visual UX & screenreader UX) @@ -30,9 +30,10 @@ Developer Checklist - [ ] **Comms** - [ ] Relevant parties notified of changes +
-Testing -====== +
+Testing - [ ] Manual Testing required? - [ ] Local (`Ready-For-Test, Local`) @@ -45,13 +46,14 @@ Testing - [ ] Preview - [ ] Live +
+ ## Additional Testing Steps 1. _List the steps required to test this PR._ -Useful Links -====== +## Useful Links - [Coding Standards](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/README.md) - [Repository use guidelines](https://github.com/bbc/simorgh-infrastructure/blob/latest/documentation/repository-guidelines.md) - _Add Links to useful resources related to this PR if applicable._