From 9c633c5b88f66306993d36465bf319664a2233ed Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 16 May 2018 14:58:46 -0700 Subject: [PATCH 1/2] doc: sort references in ASCII order The references in the COLLABORATOR_GUIDE appear to be in no particular order. Sort in ASCII order. --- COLLABORATOR_GUIDE.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 0cb03822c98947..ca0c6b177694b6 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -875,17 +875,17 @@ When things need extra attention, are controversial, or `semver-major`: If you cannot find who to cc for a file, `git shortlog -n -s ` may help. -[backporting guide]: doc/guides/backporting-to-release-lines.md -[contributing]: ./doc/guides/contributing/pull-requests.md#commit-message-guidelines -[Stability Index]: doc/api/documentation.md#stability-index +["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github [Enhancement Proposal]: https://github.com/nodejs/node-eps +[Stability Index]: doc/api/documentation.md#stability-index +[TSC]: https://github.com/nodejs/TSC [`--pending-deprecation`]: doc/api/cli.md#--pending-deprecation -[git-node]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md +[`node-core-utils`]: https://github.com/nodejs/node-core-utils +[backporting guide]: doc/guides/backporting-to-release-lines.md +[contributing]: ./doc/guides/contributing/pull-requests.md#commit-message-guidelines +[flaky tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22y [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-metadata +[git-node]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md [git-username]: https://help.github.com/articles/setting-your-username-in-git/ -[`node-core-utils`]: https://github.com/nodejs/node-core-utils -[TSC]: https://github.com/nodejs/TSC -[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues [node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials -["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github -[flaky tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22 +[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues From 75ecbec89e0888e77f2931e62b8a9a7bd696b084 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 16 May 2018 20:25:38 -0700 Subject: [PATCH 2/2] squash! swap out-of-order elements --- COLLABORATOR_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index ca0c6b177694b6..76007aad6e3dd6 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -884,8 +884,8 @@ If you cannot find who to cc for a file, `git shortlog -n -s ` may help. [backporting guide]: doc/guides/backporting-to-release-lines.md [contributing]: ./doc/guides/contributing/pull-requests.md#commit-message-guidelines [flaky tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22y -[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-metadata [git-node]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md +[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-metadata [git-username]: https://help.github.com/articles/setting-your-username-in-git/ [node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials [node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues