-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (17 loc) · 750 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (17 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file defines the code owners for this repository
# Code owners will automatically be requested for
#review on PRs that modify their code
# Format: file_pattern @user_or_team
# Default owners for everything
* @duncankmckinnon @trevorlaviale @gabe0912
# Specific module owners
/arize_toolkit/client.py @duncankmckinnon @trevorlaviale @gabe0912
/arize_toolkit/models/* @duncankmckinnon @trevorlaviale @gabe0912
/arize_toolkit/types/* @duncankmckinnon @trevorlaviale @gabe0912
# Documentation owners
/docs_site/ @duncankmckinnon @trevorlaviale @gabe0912
*.md @duncankmckinnon @trevorlaviale @gabe0912
# GitHub workflow owners
/.github/ @duncankmckinnon @trevorlaviale @gabe0912
# Test owners
/tests/ @duncankmckinnon @trevorlaviale @gabe0912