From 374e1d37ff9404fcb1e8e327f79de95c66223f09 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 5 Jun 2022 13:57:38 +0800 Subject: [PATCH] doc: add CIGTM to `glossary.md` --- glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glossary.md b/glossary.md index ccc1e495dfffe6..43a080ff60c796 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