We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
glossary.md
1 parent c572d2d commit f3188c1Copy full SHA for f3188c1
glossary.md
@@ -1,5 +1,9 @@
1
You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/HEAD/glossary.md>.
2
3
+* CITGM: "The Canary in the Goldmine". CITGM is a simple tool for pulling down
4
+ an arbitrary module from npm and testing it using a specific version of the
5
+ node runtime. The Node.js project uses CITGM to smoke test our releases and
6
+ controversial changes. See more details on the [CITGM repository](https://github.com/nodejs/citgm).
7
* LGTM: "Looks good to me", commonly used to approve a code review.
8
* PTAL: Please take a look.
9
* RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
0 commit comments