From 049843fbac9317dcd73121dc5be7e29178e33a83 Mon Sep 17 00:00:00 2001 From: Joshua Cannon Date: Tue, 9 May 2023 20:34:11 -0500 Subject: [PATCH] Add initial CODEOWNERS with me (#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. --- .github/CODEOWNERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..7c2617b10b4 --- /dev/null +++ b/.github/CODEOWNERS @@ -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