From 2e03b76bcf9e8d84862942a557a09af47d105d5f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 3 Dec 2018 08:11:51 -0800 Subject: [PATCH] doc: streamline Accepting Modifications in Collaborator Guide Editing a sentence I missed simplifying in the last pass on that section. PR-URL: https://github.com/nodejs/node/pull/24807 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Vse Mozhet Byt --- COLLABORATOR_GUIDE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 867371356433a2..5d0825a9ccd631 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -94,9 +94,8 @@ to land but is [author ready](#author-ready-pull-requests), add the ## Accepting Modifications Contributors propose modifications to Node.js using GitHub pull requests. This -is true for all modifications including those proposed by TSC members and other -Collaborators. A pull request must pass code review and CI before landing into -the codebase. +includes modifications proposed by TSC members and other Collaborators. A pull +request must pass code review and CI before landing into the codebase. ### Code Reviews