You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: glossary.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/HEAD/glossary.md>.
2
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).
3
7
* LGTM: "Looks good to me", commonly used to approve a code review.
4
8
* PTAL: Please take a look.
5
9
* RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
0 commit comments