Uh oh!
There was an error while loading. Please reload this page.
meta: add initial CODEOWNERS file - #20554
Conversation
could add |
trivikr
commented
May 6, 2018
More suggestions:
|
vsemozhetbyt
commented
May 6, 2018
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
jasnell
commented
May 6, 2018
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. |
targos
commented
May 6, 2018
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. |
jasnell
commented
May 6, 2018
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 :) |
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
883afb6ComparePR-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>
jasnell
commented
May 12, 2018
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