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:
authorFeng Yu <F3n67u@outlook.com>2022-06-05 20:48:16 +0300
committerGitHub <noreply@github.com>2022-06-05 20:48:16 +0300
commit815e74b80d0f360ba89fa4fa9c4938580f9b9ea0 (patch)
treec7825eb8cb274b66f01172c72c36552df9b2ee58
parent93d10d62d9d7b75aee4c12ad1eb0c48f6fe8788a (diff)
doc: add CIGTM to `glossary.md`
PR-URL: https://github.com/nodejs/node/pull/43316 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
-rw-r--r--glossary.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/glossary.md b/glossary.md
index ccc1e495dff..1b7b57c20d2 100644
--- a/glossary.md
+++ b/glossary.md
@@ -1,5 +1,9 @@
You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/HEAD/glossary.md>.
+* 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