From 0e3077dc48e22ce777354fc592b1031782e5c338 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Thu, 21 Apr 2022 10:11:32 +0530 Subject: [PATCH] doc: amend support tier qualifier Amend Tier 3 category definition to remove a tentative clause and introduce a more concrete one. Refs: https://github.com/nodejs/node/pull/42802 PR-URL: https://github.com/nodejs/node/pull/42805 Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Rafael Gonzaga Reviewed-By: Darshan Sen --- doc/contributing/diagnostic-tooling-support-tiers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index d80cfa7f14ee77..3a3d5298d75710 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -43,9 +43,9 @@ the following tiers. organization or website; * The tool must be open source. -* Tier 3 - If possible its test suite - will be run at least nightly in the Node.js CI and issues opened for - failures. Does not block shipping a release. +* Tier 3 - If possible its test suite will be run at least nightly + in the Node.js CI or in CITGM, and issues opened for failures. + Does not block shipping a release. * Tier 4 - Does not block shipping a release.