Skip to content

Commit be89bec

Browse files
wgtmackou
andauthored
GH-22: Add CODEOWNERS (#444)
Fixes #22. Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent d650aa0 commit be89bec

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/CODEOWNERS

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
#
18+
# Any committer can add themselves to any of the path patterns
19+
# and will subsequently get requested as a reviewer for any PRs
20+
# that change matching files.
21+
#
22+
# This file uses .gitignore syntax with a few exceptions see the
23+
# documentation about the syntax: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
24+
25+
# modules
26+
/adapter/ @lidavidm @laurentgo @wgtmac
27+
/algorithm/ @lidavidm @laurentgo @wgtmac
28+
/arrow-format/ @lidavidm @laurentgo @wgtmac
29+
/c/ @lidavidm @laurentgo @wgtmac
30+
/compression/ @lidavidm @laurentgo @wgtmac
31+
/dataset/ @lidavidm @laurentgo @wgtmac
32+
/flight/ @lidavidm @laurentgo @wgtmac
33+
/format/ @lidavidm @laurentgo @wgtmac
34+
/gandiva/ @lidavidm @laurentgo @wgtmac
35+
/memory/ @lidavidm @laurentgo @wgtmac
36+
/performance/ @lidavidm @laurentgo @wgtmac
37+
/tools/ @lidavidm @laurentgo @wgtmac
38+
/vector/ @lidavidm @laurentgo @wgtmac
39+
CMakeLists.txt @lidavidm @laurentgo @wgtmac
40+
41+
# release scripts
42+
/ci/ @lidavidm @laurentgo @wgtmac @kou
43+
/dev/ @lidavidm @laurentgo @wgtmac @kou
44+
45+
# PR CI and repository files
46+
/.github/ @lidavidm @laurentgo @wgtmac @kou
47+
/.asf.yaml @lidavidm @laurentgo @wgtmac @kou
48+
/.env @lidavidm @laurentgo @wgtmac
49+
/.pre-commit-config.yaml @lidavidm @laurentgo @wgtmac
50+
/Brewfile @lidavidm @laurentgo @wgtmac
51+
/docker-compose.yaml @lidavidm @laurentgo @wgtmac
52+
53+
# Java specific
54+
/.mvn/ @lidavidm @laurentgo @wgtmac
55+
/bom/ @lidavidm @laurentgo @wgtmac
56+
pom.xml @lidavidm @laurentgo @wgtmac

0 commit comments

Comments
 (0)