From 1df5e0e2935e76520dbc2ae98ebe33e040451ac5 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sun, 22 Sep 2024 02:43:09 -0400 Subject: [PATCH] meta: add `linux` to OS labels in collaborator guide PR-URL: https://github.com/nodejs/node/pull/54986 Reviewed-By: James M Snell Reviewed-By: Marco Ippolito --- doc/contributing/collaborator-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 5c3b8d14ba8ce6..eb5ab19f8923e9 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -974,10 +974,9 @@ need to be attached anymore, as only important bugfixes will be included. ### Other labels * Operating system labels - * `macos`, `windows`, `smartos`, `aix` - * No `linux` label because it is the implied default + * `macos`, `windows`, `smartos`, `aix`, `linux`, etc. * Architecture labels - * `arm`, `mips`, `s390`, `ppc` + * `arm`, `mips`, `s390`, `ppc`, etc. * No `x86{_64}` label because it is the implied default ["Merge pull request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github