Skip to content

Commit 165971d

Browse files
TrottMylesBorins
authored andcommitted
doc: sort references in ASCII order
The references in the COLLABORATOR_GUIDE appear to be in no particular order. Sort in ASCII order. PR-URL: #20790 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 91e60b0 commit 165971d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

COLLABORATOR_GUIDE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -875,17 +875,17 @@ When things need extra attention, are controversial, or `semver-major`:
875875

876876
If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help.
877877

878-
[backporting guide]: doc/guides/backporting-to-release-lines.md
879-
[contributing]: ./doc/guides/contributing/pull-requests.md#commit-message-guidelines
880-
[Stability Index]: doc/api/documentation.md#stability-index
878+
["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github
881879
[Enhancement Proposal]: https://github.com/nodejs/node-eps
880+
[Stability Index]: doc/api/documentation.md#stability-index
881+
[TSC]: https://github.com/nodejs/TSC
882882
[`--pending-deprecation`]: doc/api/cli.md#--pending-deprecation
883+
[`node-core-utils`]: https://github.com/nodejs/node-core-utils
884+
[backporting guide]: doc/guides/backporting-to-release-lines.md
885+
[contributing]: ./doc/guides/contributing/pull-requests.md#commit-message-guidelines
886+
[flaky tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22y
883887
[git-node]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md
884888
[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-metadata
885889
[git-username]: https://help.github.com/articles/setting-your-username-in-git/
886-
[`node-core-utils`]: https://github.com/nodejs/node-core-utils
887-
[TSC]: https://github.com/nodejs/TSC
888-
[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues
889890
[node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
890-
["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github
891-
[flaky tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22
891+
[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues

0 commit comments

Comments
 (0)