From 9fa3813845e4d7373919fd04ae1e0acc5065d57f Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 24 Sep 2018 09:42:37 -0400 Subject: [PATCH] doc: edit fast-tracking section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/23059 Reviewed-By: Refael Ackermann Reviewed-By: Denys Otrishko Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Ruben Bridgewater Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Trivikram Kamat --- COLLABORATOR_GUIDE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 92734b6a27e83e..ae03c46e3d5798 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -184,12 +184,12 @@ can be fast-tracked and may be landed after a shorter delay. For example: * Regressions that happen right before a release, or reported soon after. When a pull request is deemed suitable to be fast-tracked, label it with -`fast-track` and add a comment that collaborators may upvote. Please mention the -collaborators that gave an approval before in that comment. If someone disagrees -with the fast-tracking request, remove the label and leave a comment why it -should not be fast-tracked. The pull request can be landed once 2 or more -Collaborators approve both the pull request and the fast-tracking request, and -the necessary CI testing is done. +`fast-track` and add a comment that collaborators may upvote. Please mention any +Collaborators that previously approved the pull request. If someone disagrees +with the fast-tracking request, remove the label and leave a comment indicating +why the pull request should not be fast-tracked. The pull request can be landed +once two or more Collaborators approve both the pull request and the +fast-tracking request, and the necessary CI testing is done. ### Testing and CI