forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial CODEOWNERS with me (pantsbuild#18953)
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
1 parent
85a473e
commit 049843f
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |