Skip to content

Commit fae0c44

Browse files
Trotttargos
authored andcommitted
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: #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>
1 parent 5dde091 commit fae0c44

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/onboarding-extras.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help.
5252

5353
### By Subsystem
5454

55-
We generally sort issues by a concept of "subsystem" so that we know what
56-
part(s) of the codebase it touches.
55+
Subsystems include:
5756

58-
**Subsystems generally are**:
57+
* `lib/*.js` (`assert`, `buffer`, etc.)
58+
* `build`
59+
* `doc`
60+
* `lib / src`
61+
* `test`
62+
* `tools`
5963

60-
* `lib/*.js`
61-
* `doc`, `build`, `tools`, `test`, `deps`, `lib / src` (special), and there may
62-
be others.
63-
* `meta` for anything non-code (process) related
64-
65-
There may be more than one subsystem valid for any particular issue / PR.
64+
There may be more than one subsystem valid for any particular issue or pull
65+
request.
6666

6767
### General
6868

@@ -72,6 +72,7 @@ Please use these when possible / appropriate
7272
* `discuss` - Things that need larger discussion
7373
* `feature request` - Any issue that requests a new feature (usually not PRs)
7474
* `good first issue` - Issues suitable for newcomers to process
75+
* `meta` - For issues whose topic is governance, policies, procedures, etc.
7576

7677
--
7778

0 commit comments

Comments
 (0)