summaryrefslogtreecommitdiff
path: root/doc/guides/diagnostic-tooling-support-tiers.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-09-01 02:18:32 -0400
committerRich Trott <rtrott@gmail.com>2019-09-03 20:55:39 -0700
commita3307eac0e6fb276274e4e9bbaab1aa4433e795f (patch)
tree8f28047c28dc917181c068c768afc1bb870bed6b /doc/guides/diagnostic-tooling-support-tiers.md
parent27a57d3a3449e4d6b9c07ef3bb56c4b0b43c133d (diff)
downloadandroid-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.tar.gz
android-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.tar.bz2
android-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.zip
doc: use consistent indenting for unordered list items
Address Markdownlint MD007 rule. Default suggestion is 2 space indenting for unordered list items. PR-URL: https://github.com/nodejs/node/pull/29390 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/guides/diagnostic-tooling-support-tiers.md')
-rw-r--r--doc/guides/diagnostic-tooling-support-tiers.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md
index 1368cdd666..62bca48e1b 100644
--- a/doc/guides/diagnostic-tooling-support-tiers.md
+++ b/doc/guides/diagnostic-tooling-support-tiers.md
@@ -18,16 +18,16 @@ the following tiers.
early warning of potential issues. No commit to the current and LTS
release branches should break this tool/API if the next major release
is within 1 month. In addition:
- * The maintainers of the tool must remain responsive when there
- are problems;
- * The tool must be actively used by the ecosystem;
- * The tool must be heavily depended on;
- * The tool must have a guide or other documentation in the Node.js GitHub
- organization or website;
- * The tool must be working on all supported platforms;
- * The tool must only be using APIs exposed by Nodejs as opposed to
- its dependencies; and
- * The tool must be open source.
+ * The maintainers of the tool must remain responsive when there
+ are problems;
+ * The tool must be actively used by the ecosystem;
+ * The tool must be heavily depended on;
+ * The tool must have a guide or other documentation in the Node.js GitHub
+ organization or website;
+ * The tool must be working on all supported platforms;
+ * The tool must only be using APIs exposed by Nodejs as opposed to
+ its dependencies; and
+ * The tool must be open source.
* Tier 2 - Must be working(CI tests passing) for all
LTS releases. An LTS release will not be shipped if the test
@@ -35,13 +35,13 @@ the following tiers.
in this tier it must have a good test suite and that test suite and a job
must exist in the Node.js CI so that it can be run as part of the release
process. In addition:
- * The maintainers of the tool must remain responsive when
- there are problems;
- * The tool must be actively used by the ecosystem;
- * The tool must be heavily depended on;
- * The tool must have a guide or other documentation in the Node.js GitHub
- organization or website;
- * The tool must be open source.
+ * The maintainers of the tool must remain responsive when
+ there are problems;
+ * The tool must be actively used by the ecosystem;
+ * The tool must be heavily depended on;
+ * The tool must have a guide or other documentation in the Node.js GitHub
+ 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