diff options
author | Leo Fang <leo80042@gmail.com> | 2022-06-02 18:00:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 15:00:41 -0700 |
commit | bf65fd462d63ec261ddc9640d3a58717c5fb088b (patch) | |
tree | c086c62a3c7f50a58e2e05e0eae08ab0f9722877 /.github | |
parent | af8d52ea628c6ddd12c3f3810a34efa79499c611 (diff) | |
download | numpy-bf65fd462d63ec261ddc9640d3a58717c5fb088b.tar.gz |
MAINT: Add `CODEOWNER` for the `array_api` module (#21583)
This is just a try whether we can use codeowners to notify those interested in the array-api module.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..08d36459a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# See GitHub docs at https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# For the array API module: +# We want to notify a group of downstream maintainers about any changes +# made to numpy.array_api; they are not obligated to perform the code +# review (but they are more than welcome to help), this merely serves +# as a one-way notification. +/numpy/array_api/ @leofang @asmeurer @kmaehashi @honno |