From aae63df637d91e42674c654417d8015be0b1f0a3 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Mon, 6 Jun 2022 01:48:16 +0800 Subject: [PATCH] doc: add CIGTM to `glossary.md` PR-URL: https://github.com/nodejs/node/pull/43316 Reviewed-By: Antoine du Hamel Reviewed-By: Akhil Marsonya --- glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glossary.md b/glossary.md index ccc1e495dfffe6..1b7b57c20d2c02 100644 --- a/glossary.md +++ b/glossary.md @@ -1,5 +1,9 @@ You may also need to check . +* CITGM: "The Canary in the Goldmine". CITGM is a simple tool for pulling down + an arbitrary module from npm and testing it using a specific version of the + node runtime. The Node.js project uses CITGM to smoke test our releases and + controversial changes. See more details on the [CITGM repository](https://github.com/nodejs/citgm). * LGTM: "Looks good to me", commonly used to approve a code review. * PTAL: Please take a look. * RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing