Skip to content

Commit 2076183

Browse files
nschonniBridgeAR
authored andcommitted
doc: inconsistent indentation for list items
Items at same level should have consistent indentation level. Addresses Markdownlint MD005 errors. PR-URL: #29330 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9c9d9e7 commit 2076183

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
22412241
[#7226](https://github.com/npm/npm/issues/7226) Ensure that all request
22422242
settings are copied onto the agent.
22432243
([@othiym23](https://github.com/othiym23))
2244-
- [npm/fec4c96](https://github.com/npm/npm/commit/fec4c967ee235030bf31393e8605e9e2811f4a39)
2244+
- [npm/fec4c96](https://github.com/npm/npm/commit/fec4c967ee235030bf31393e8605e9e2811f4a39)
22452245
Allow `--no-proxy` to override `HTTP_PROXY` setting in environment.
22462246
([@othiym23](https://github.com/othiym23))
22472247
- [npm/9d61e96](https://github.com/npm/npm/commit/9d61e96fb1f48687a85c211e4e0cd44c7f95a38e)

doc/changelogs/CHANGELOG_V4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,8 @@ Semver Patch:
12831283
Semver Minor:
12841284

12851285
* **buffer**:
1286-
* backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [#7562](https://github.com/nodejs/node/pull/7562)
1287-
* backport --zero-fill-buffers cli option (James M Snell) [#5745](https://github.com/nodejs/node/pull/5745)
1286+
* backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [#7562](https://github.com/nodejs/node/pull/7562)
1287+
* backport --zero-fill-buffers cli option (James M Snell) [#5745](https://github.com/nodejs/node/pull/5745)
12881288
* **build**:
12891289
* add Intel Vtune profiling support (Chunyang Dai) [#5527](https://github.com/nodejs/node/pull/5527)
12901290
* **repl**:

doc/guides/diagnostic-tooling-support-tiers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ the following tiers.
4343
organization or website;
4444
* The tool must be open source.
4545

46-
* Tier 3 - If possible its test suite
47-
will be run at least nightly in the Node.js CI and issues opened for
48-
failures. Does not block shipping a release.
46+
* Tier 3 - If possible its test suite
47+
will be run at least nightly in the Node.js CI and issues opened for
48+
failures. Does not block shipping a release.
4949

50-
* Tier 4 - Does not block shipping a release.
50+
* Tier 4 - Does not block shipping a release.
5151

52-
* Unclassified - tool/API is new or does not have the required testing in the
53-
Node.js CI in order to qualify for a higher tier.
52+
* Unclassified - tool/API is new or does not have the required testing in the
53+
Node.js CI in order to qualify for a higher tier.
5454

5555
The choice of which tier a particular tool will be assigned to, will be a
5656
collaborative decision between Diagnostics WG and Release WG. Some of the

0 commit comments

Comments
 (0)