From d10fac73a3b26ba1012394f5e86cd63c2b4946d3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 3 Jun 2020 21:59:33 -0700 Subject: [PATCH] doc: add lint disabling comment for collaborator list Disable linting for prohibited strings in the collaborator list so that sam-github does not have to be sam-GitHub. Refs: https://github.com/nodejs/remark-preset-lint-node/pull/96 Signed-off-by: Rich Trott PR-URL: https://github.com/nodejs/node/pull/33719 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Beth Griggs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14add86124b821..fda0fc98ea2340 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ For information about the governance of the Node.js project, see ### TSC (Technical Steering Committee) + * [addaleax](https://github.com/addaleax) - **Anna Henningsen** <anna@addaleax.net> (she/her) * [apapirovski](https://github.com/apapirovski) - @@ -545,6 +546,7 @@ For information about the governance of the Node.js project, see **Vse Mozhet Byt** <vsemozhetbyt@gmail.com> (he/him) * [whitlockjc](https://github.com/whitlockjc) - **Jeremy Whitlock** <jwhitlock@apache.org> + Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in maintaining the Node.js project.