Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CODEOWNERS file #1360

Merged
merged 3 commits into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will
# be requested for review when someone opens a pull request.
* @nmanovic

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies components below, only the list of owners and not
# the global owner(s) will be requested for a review.

# Component: Server
/cvat/ @nmanovic @azhavoro

# Component: CVAT UI
/cvat-ui/ @bsekachev @ActiveChooN
/cvat-data/ @azhavoro @bsekachev
/cvat-canvas/ @bsekachev @ActiveChooN
/cvat-core/ @bsekachev @ActiveChooN

# Component: Datumaro
/datumaro/ @zhiltsov-max @nmanovic
/cvat/apps/dataset_manager/ @zhiltsov-max @nmanovic

# Advanced components (e.g. OpenVINO)
/components/ @azhavoro

# Infrastructure
Dockerfile* @azhavoro
docker-compose* @azhavoro
.* @azhavoro
*.conf @azhavoro
*.sh @azhavoro
/cvat_proxy/ @azhavoro
/tests/ @azhavoro
/utils/ @azhavoro
/*.md @nmanovic
/LICENSE @nmanovic
/.github/ @nmanovic
38 changes: 0 additions & 38 deletions CONTRIBUTORS.md

This file was deleted.