Skip to content

Commit

Permalink
Clarify what consensus/majority means
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 27, 2019
1 parent 16d64da commit a9f0cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/github/nag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,9 @@ impl<'a> RfcBotComment<'a> {
}
}

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

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

0 comments on commit a9f0cc5

Please sign in to comment.