Skip to content

Commit 8987758

Browse files
zeroshadekou
andauthored
GH-26: Add Codeowners (#160)
Adding initial CODEOWNERS file tagging relevant people to review. If any of you don't want to be listed on the CODEOWNERS just comment here and I'll take you off. Fixes #26 --------- Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 975eb8b commit 8987758

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/CODEOWNERS

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
## Components
26+
/arrow/ @zeroshade
27+
/internal/ @zeroshade
28+
/parquet/ @zeroshade
29+
go.mod @zeroshade
30+
go.sum @zeroshade
31+
32+
# release scripts
33+
/ci/ @zeroshade @kou @raulcd @assignUser
34+
/dev/ @zeroshade @kou @raulcd @assignUser
35+
.env @assignUser @zeroshade @kou @raulcd
36+
compose.yaml @zeroshade @assignUser @kou @raulcd
37+
.dockerallow @zeroshade @assignUser @kou @raulcd
38+
39+
# PR CI and repository files
40+
/.github/ @zeroshade @kou @assignUser @raulcd
41+
.asf.yaml @zeroshade @kou @assignUser @raulcd
42+
.pre-commit-config.yaml @kou @zeroshade
43+
.golangci.yaml @kou @zeroshade

0 commit comments

Comments
 (0)