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
9 changes: 3 additions & 6 deletions review/emergencies.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Emergencies

Sometimes there are emergency CLs that must pass through the entire code review
process as quickly as
possible.


process as quickly as possible.

## What Is An Emergency? {#what}

An emergency CL would be a **small** change that: allows a major launch to
continue instead of rolling back, fixes a bug significantly affecting users in
production, handles a pressing legal issue, closes a major security hole, etc.

In emergencies we really do care about the speed of the entire code review
In emergencies, we really do care about the speed of the entire code review
process, not just the [speed of response](reviewer/speed.md). In this case
*only*, the reviewer should care more about the speed of the review and the
correctness of the code (does it actually resolve the emergency?) than anything
else. Also (perhaps obviously) such reviews should take priority over all other
else. Also (perhaps obviously), such reviews should take priority over all other
code reviews, when they come up.

However, after the emergency is resolved you should look over the emergency CLs
Expand Down