From ef59868a9edfb97531af2d283685db8e9aa96b99 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 2a559af5bd..bded8a56d5 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -285,8 +285,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.