1You 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 10 a full code review. 11* TSC: Technical Steering Committee. Detailed info see 12 [TSC](./GOVERNANCE.md#technical-steering-committee). 13* WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth 14 an early look. 15* WPT: [web-platform-tests](https://github.com/web-platform-tests/wpt) 16* godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively 17 from your web browser and interact with the assembly. Was created by and is 18 primarily administrated by Matt Godbolt. 19* primordials: Pristine built-ins that are not affected by prototype pollution 20 and tampering with built-ins. 21* undici: An alternative HTTP client used in Node.js. See more details 22 on the [undici repository](https://github.com/nodejs/undici). 23