From b622a516e22f61cbc9da31302a89d518d6fed490 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Sun, 24 Sep 2017 13:33:57 -0700 Subject: [PATCH] doc: ctc -> tsc in collab guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/15590 Reviewed-By: Ruben Bridgewater Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Refael Ackermann --- COLLABORATOR_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 5aa0fb49cd68a6..a3d1e5a892ab07 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -279,8 +279,8 @@ introduces the new core module. Pull requests introducing new core modules: * Must be left open for at least one week for review. -* Must be labeled using the `ctc-review` label. -* Must have signoff from at least two CTC members. +* Must be labeled using the `tsc-review` label. +* Must have signoff from at least two TSC members. New core modules must be landed with a [Stability Index][] of Experimental, and must remain Experimental until a semver-major release.