summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-03-05 20:56:49 -0800
committerRich Trott <rtrott@gmail.com>2018-03-07 21:05:12 -0800
commit64d523411f4a87e4f27624f83590341eb3693cef (patch)
tree7d303ec97389fa822b1f16ed2ef80b5e2d52dcbb /doc/onboarding-extras.md
parent1e3dd8bf5589394827a57aaa91854add7e43958d (diff)
downloadandroid-node-v8-64d523411f4a87e4f27624f83590341eb3693cef.tar.gz
android-node-v8-64d523411f4a87e4f27624f83590341eb3693cef.tar.bz2
android-node-v8-64d523411f4a87e4f27624f83590341eb3693cef.zip
doc: update labels info in onboarding-extras.md
Remove information duplicated in onboarding.md. Organize label list for clarity. Remove `deps` label which we don't actually have. PR-URL: https://github.com/nodejs/node/pull/19160 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index fa2d1ae02d..f07d20e0a8 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -52,17 +52,17 @@ If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help.
### By Subsystem
-We generally sort issues by a concept of "subsystem" so that we know what
-part(s) of the codebase it touches.
+Subsystems include:
-**Subsystems generally are**:
+* `lib/*.js` (`assert`, `buffer`, etc.)
+* `build`
+* `doc`
+* `lib / src`
+* `test`
+* `tools`
-* `lib/*.js`
-* `doc`, `build`, `tools`, `test`, `deps`, `lib / src` (special), and there may
- be others.
-* `meta` for anything non-code (process) related
-
-There may be more than one subsystem valid for any particular issue / PR.
+There may be more than one subsystem valid for any particular issue or pull
+request.
### General
@@ -72,6 +72,7 @@ Please use these when possible / appropriate
* `discuss` - Things that need larger discussion
* `feature request` - Any issue that requests a new feature (usually not PRs)
* `good first issue` - Issues suitable for newcomers to process
+* `meta` - For issues whose topic is governance, policies, procedures, etc.
--