<https://github.com/pantsbuild/pants/pull/18953> a...
# development
b
https://github.com/pantsbuild/pants/pull/18953 added an initial CODEOWNERS file containing myself. The intent is for people opening PRs to not need to know who to add, the "code owner" (a misnomer here) can do that for them. If you want to claim a section of the repo so you can help out newcomers, please do! No obligation for actually reviewing the code, just ensuring the right people are involved
👀 1
💯 1
c
I’m working on it for me. In doing so, I came up with this to find files I’ve contributed to in order to pick out areas to include in CODEOWNERS for me.
Copy code
❯ git log --author stenius --name-only --format= | sort | uniq