Conversation
|
could add |
|
More suggestions:
|
|
Does this file work with |
There was a problem hiding this comment.
We may also mutually merge this with data from COLLABORATOR_GUIDE.md#who-to-cc-in-the-issue-tracker
.github/CODEOWNERS.txt
Outdated
There was a problem hiding this comment.
+ @nodejs/benchmarking?
.github/CODEOWNERS.txt
Outdated
.github/CODEOWNERS.txt
Outdated
|
Updated... fwiw, this is going to require ongoing refinement. It's going to take several tries to get this exactly right. I'd like to get this landed and iterate on it. |
|
The documentation says "The people you choose as code owners must have write permissions for the repository." so I'm not sure it will work as intended. |
|
Yep. For most of the groups that holds true. I don't know about groups that may contain a mix. This is a trial run :) |
.github/CODEOWNERS
Outdated
.github/CODEOWNERS
Outdated
There was a problem hiding this comment.
Is it covered by *module* @nodejs/modules?
There was a problem hiding this comment.
no, the modules team should not be pinged for cjs stuff (in /lib/internal/modules/cjs/)
There was a problem hiding this comment.
But will not it be pinged as *module* glob above matches/lib/internal/modules/cjs/?
There was a problem hiding this comment.
Yeah, that will need to be refined. We don't have a team for the cjs module system. That one might need to be nodejs/tsc
There was a problem hiding this comment.
(Then COLLABORATOR_GUIDE.md#who-to-cc-in-the-issue-tracker also needs to be refined as for @nodejs/modules cc)
|
Also to consider (partly from "Who to cc.."): |
mmarchini
left a comment
There was a problem hiding this comment.
+1 on landing this and iterating on it later.
A few suggestions if you want to update before landing:
/src/node_postmortem_metadata.cc @nodejs/diagnostics @nodejs/post-mortem
/src/*.d @nodejs/diagnostics @nodejs/platform-smartos @nodejs/platform-freebsd @nodejs/platform-macos @nodejs/dtrace-mdb
/src/node.stp @nodejs/diagnostics
5c5b823 to
883afb6
Compare
PR-URL: #20554 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
|
Landed in c0359f0 |
PR-URL: #20554 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
First pass at a CODEOWNERS file
This likely needs refinement.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes