blob: acdfc494e9fc6bf426db050c342192555672281d [file] [log] [blame]
# NB: Last matching rule takes precedence in CODEOWNERS.
# Fall-through to community maintainers.
* @thundergolfer @andyscott
# Core Python rules belong to the Bazel team.
/python/ @brandjon @lberki
# But not everything under python/ is the core Python rules.
/python/pip.bzl @thundergolfer @andyscott
/python/requirements.txt @thundergolfer @andyscott
# Directory containing the Gazelle extension and Go code.
/gazelle/ @f0rmiga
# The proposals dir corresponds to the Bazel proposals process, documented
# here: https://bazel.build/designs/index.html
/proposals/ @brandjon @lberki
# Certain repo metadata files should stay as-is, particularly these.
/LICENSE @brandjon @lberki
/CONTRIBUTING.md @brandjon @lberki