Skip to content

Commit 56c0607

Browse files
dwijnandCentril
authored andcommitted
Clarify what consensus/majority means (#259)
1 parent 2c8bdfc commit 56c0607

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/github/nag.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1138,8 +1138,9 @@ impl<'a> RfcBotComment<'a> {
11381138
}
11391139
}
11401140

1141-
msg.push_str("\nOnce a majority of reviewers approve (and none object), this will enter its final ");
1142-
msg.push_str("comment period. If you spot a major issue that hasn't been raised ");
1141+
msg.push_str("\nOnce a majority of reviewers approve (and at most 2 approvals are outstanding), ");
1142+
msg.push_str("this will enter its final comment period. ");
1143+
msg.push_str("If you spot a major issue that hasn't been raised ");
11431144
msg.push_str("at any point in this process, please speak up!\n");
11441145

11451146
msg.push_str("\nSee [this document](");

0 commit comments

Comments
 (0)