summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-08-21 22:44:50 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-29 08:39:25 -0700
commitf3eb193a3019d79a82cec8b561e028e4e37a7b87 (patch)
tree78df8adc3cce1e121c4767b99cc8b4b0c946680c /doc/onboarding.md
parent689a64319864433b32235b9d6ac4889f4cdcfea5 (diff)
downloadandroid-node-v8-f3eb193a3019d79a82cec8b561e028e4e37a7b87.tar.gz
android-node-v8-f3eb193a3019d79a82cec8b561e028e4e37a7b87.tar.bz2
android-node-v8-f3eb193a3019d79a82cec8b561e028e4e37a7b87.zip
meta: merge TSC and CTC back into a single body
PR-URL: https://github.com/nodejs/node/pull/14973 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r--doc/onboarding.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md
index e1e10d88b3..2702c9b993 100644
--- a/doc/onboarding.md
+++ b/doc/onboarding.md
@@ -43,7 +43,7 @@ onboarding session.
* Use [https://github.com/notifications](https://github.com/notifications) or set up email
* Watching the main repo will flood your inbox (several hundred notifications on typical weekdays), so be prepared
- * `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is the best place to interact with the CTC / other Collaborators
+ * `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is the best place to interact with the TSC / other Collaborators
* If there are any questions after the session, a good place to ask is there!
* Presence is not mandatory, but please drop a note there if force-pushing to `master`
@@ -67,7 +67,7 @@ onboarding session.
* [**See "Labels"**](./onboarding-extras.md#labels)
* There is [a bot](https://github.com/nodejs-github-bot/github-bot) that applies subsystem labels (for example, `doc`, `test`, `assert`, or `buffer`) so that we know what parts of the code base the pull request modifies. It is not perfect, of course. Feel free to apply relevant labels and remove irrelevant labels from pull requests and issues.
- * Use the `ctc-review` label if a topic is controversial or isn't coming to
+ * Use the `tsc-review` label if a topic is controversial or isn't coming to
a conclusion after an extended time.
* `semver-{minor,major}`:
* If a change has the remote *chance* of breaking something, use the `semver-major` label
@@ -166,7 +166,7 @@ onboarding session.
* Almost any mistake you could make can be fixed or reverted.
* The existing Collaborators trust you and are grateful for your help!
* Other repositories:
- * [https://github.com/nodejs/CTC](https://github.com/nodejs/CTC)
+ * [https://github.com/nodejs/TSC](https://github.com/nodejs/TSC)
* [https://github.com/nodejs/build](https://github.com/nodejs/build)
* [https://github.com/nodejs/nodejs.org](https://github.com/nodejs/nodejs.org)
* [https://github.com/nodejs/readable-stream](https://github.com/nodejs/readable-stream)