Skip to content

Commit

Permalink
Add initial CODEOWNERS with me (pantsbuild#18953)
Browse files Browse the repository at this point in the history
Looking for sign-off on the idea and the preamble.

If you want your name on the file itself, let me know. You can open a
follow-up PR as well.
  • Loading branch information
thejcannon authored May 10, 2023
1 parent 85a473e commit 049843f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file is used by GitHub to assign reviewers to PRs when PRs are opened in this repo.
# More information: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# We use this file not to assign _ownership_ but to ensure that PR creators don't need to know who
# "the right person" is to add to PR. Instead the "owners" here are more "who knows enough about
# this code to review it, or add the right reviewers".
#
# This list isn't static either. Anyone can make a PR that edits this file to add/remove themselves
# from any number of entries. Additionally, this list may not be exhaustive, there might be
# files/directories that don't (yet) have owners.

/.github/CODEOWNERS @thejcannon

# Root files
/conftest.py @thejcannon

# src/python
/src/python/pants/backend/python/ @thejcannon
/src/python/pants/backend/experimental/python @thejcannon
/src/python/pants/backend/build_files @thejcannon
/src/python/pants/backend/tools/preamble @thejcannon
/src/python/pants/backend/url_handlers @thejcannon
/src/python/pants/core/goals/ @thejcannon
/src/python/pants/option @thejcannon

0 comments on commit 049843f

Please sign in to comment.