From e4e60b45e1937d2a6932f9eada458740e2db72c3 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Mon, 10 Oct 2016 14:46:04 +0100 Subject: [PATCH] doc: add s390 and ppc architecture labels Adds `s390` and `ppc` as Arch labels, and `aix` as an OS label. PR-URL: https://github.com/nodejs/node/pull/9009 Reviewed-By: Julien Gilli Reviewed-By: Ilkka Myller Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/onboarding-extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 30bc3226bb4ea1..e8b7c8ca589e03 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -76,10 +76,10 @@ Please use these when possible / appropriate ### Other Labels * Operating system labels - * `os x`, `windows`, `solaris` + * `os x`, `windows`, `solaris`, `aix` * No linux, linux is the implied default * Architecture labels - * `arm`, `mips` + * `arm`, `mips`, `s390`, `ppc` * No x86{_64}, since that is the implied default * `lts-agenda`, `lts-watch-v*` * tag things that should be discussed to go into LTS or should go into a specific LTS branch