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
45 changes: 3 additions & 42 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,51 +8,12 @@ Code changes
======
- _A bullet point list of key code changes that have been made._


Developer Checklist
======

- [ ] **UX**
- [ ] UX Criteria met (visual UX & screenreader UX)
- [ ] **Accessibility**
- [ ] Accessibility Acceptance Criteria met
- [ ] Accessibility swarm completed
- [ ] Component Health updated
- [ ] P1 accessibility bugs resolved
- [ ] P2/P3 accessibility bugs planned (if not resolved)
- [ ] **Security**
- [ ] Security issues addressed
- [ ] Threat Model updated
- [ ] **Documentation**
- [ ] Docs updated (runbook, READMEs)
- [ ] **[Testing](#testing)**
- [ ] Feature tested on relevant environments
- [ ] **Comms**
- [ ] Relevant parties notified of changes


Testing
======
1. List how this PR can be tested

- [ ] Manual Testing required?
- [ ] Local (`Ready-For-Test, Local`)
- [ ] Test (`Ready-For-Test, Test`)
- [ ] Preview (`Ready-For-Test, Preview`)
- [ ] Live (`Ready-For-Test, Live`)
- [ ] Manual Testing complete?
- [ ] Local
- [ ] Test
- [ ] 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._

- _Add Links to useful resources related to this PR if applicable._
Loading