11cb0ef41Sopenharmony_ciYou may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/HEAD/glossary.md>.
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ci* CITGM: "The Canary in the Goldmine". CITGM is a simple tool for pulling down
41cb0ef41Sopenharmony_ci  an arbitrary module from npm and testing it using a specific version of the
51cb0ef41Sopenharmony_ci  node runtime. The Node.js project uses CITGM to smoke test our releases and
61cb0ef41Sopenharmony_ci  controversial changes. See more details on the [CITGM repository](https://github.com/nodejs/citgm).
71cb0ef41Sopenharmony_ci* LGTM: "Looks good to me", commonly used to approve a code review.
81cb0ef41Sopenharmony_ci* PTAL: Please take a look.
91cb0ef41Sopenharmony_ci* RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
101cb0ef41Sopenharmony_ci  a full code review.
111cb0ef41Sopenharmony_ci* TSC: Technical Steering Committee. Detailed info see
121cb0ef41Sopenharmony_ci  [TSC](./GOVERNANCE.md#technical-steering-committee).
131cb0ef41Sopenharmony_ci* WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth
141cb0ef41Sopenharmony_ci  an early look.
151cb0ef41Sopenharmony_ci* WPT: [web-platform-tests](https://github.com/web-platform-tests/wpt)
161cb0ef41Sopenharmony_ci* godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively
171cb0ef41Sopenharmony_ci  from your web browser and interact with the assembly. Was created by and is
181cb0ef41Sopenharmony_ci  primarily administrated by Matt Godbolt.
191cb0ef41Sopenharmony_ci* primordials: Pristine built-ins that are not affected by prototype pollution
201cb0ef41Sopenharmony_ci  and tampering with built-ins.
211cb0ef41Sopenharmony_ci* undici: An alternative HTTP client used in Node.js. See more details
221cb0ef41Sopenharmony_ci  on the [undici repository](https://github.com/nodejs/undici).
23