Skip to content

Commit

Permalink
doc: add s390 and ppc architecture labels
Browse files Browse the repository at this point in the history
Adds `s390` and `ppc` as Arch labels, and `aix` as an OS label.
PR-URL: #9009
Reviewed-By: Julien Gilli <jgilli@nodejs.org>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
gibfahn authored and jasnell committed Oct 24, 2016
1 parent 3b58014 commit e4e60b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/onboarding-extras.md
Expand Up @@ -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
Expand Down

0 comments on commit e4e60b4

Please sign in to comment.