# 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
