Skip to content
Open
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
7 changes: 2 additions & 5 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@



## Risks



## Manual testing done
## Risks / Testing

[ This must be filled in, if this will immediately affect production i.e. this code will be used when it is rolled out. Otherwise the project test plan should cover this. ]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The conditional instruction 'if this will immediately affect production' is ambiguous and potentially risky. Even if a change is not immediately active (e.g., behind a feature flag), it still introduces code into the production environment and should be verified. Requiring this section for all pull requests ensures better visibility, safety, and a consistent audit trail.

Suggested change
[ This must be filled in, if this will immediately affect production i.e. this code will be used when it is rolled out. Otherwise the project test plan should cover this. ]
[ Describe the potential risks of this change and the manual testing performed to verify it. This section should be completed for all pull requests to ensure code quality and production stability. ]