forked from bazel-contrib/rules_python
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 718 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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