Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Code changes
- _A bullet point list of key code changes that have been made._


Developer Checklist
======
<details>
<summary>Developer Checklist</summary>

- [ ] **UX**
- [ ] UX Criteria met (visual UX & screenreader UX)
Expand All @@ -30,9 +30,10 @@ Developer Checklist
- [ ] **Comms**
- [ ] Relevant parties notified of changes

</details>

Testing
======
<details>
<summary>Testing</summary>

- [ ] Manual Testing required?
- [ ] Local (`Ready-For-Test, Local`)
Expand All @@ -45,13 +46,14 @@ Testing
- [ ] Preview
- [ ] Live

</details>


## 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._
Expand Down
Loading