Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan English <bryan@bryanenglish.com>2017-09-24 23:33:57 +0300
committerJames M Snell <jasnell@gmail.com>2017-09-26 17:55:59 +0300
commitf38666a9670fff742cff1cdbb6a8bd4192896d4a (patch)
tree2a5230a30f855d3eb6e935901d7cfae36b4e4b4d /COLLABORATOR_GUIDE.md
parente0f5e3a199ef6dbdec41cb4a1949df0325740a95 (diff)
doc: ctc -> tsc in collab guide
PR-URL: https://github.com/nodejs/node/pull/15590 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 2a559af5bd5..bded8a56d5c 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.