CODEOWNERS 1.67 KB
Newer Older
Neelay Shah's avatar
Neelay Shah committed
1
# CODEOWNERS file for Dynamo
Ryan McCormick's avatar
Ryan McCormick committed
2
3
4
5
#
# For more information about CODEOWNERS files, see:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

6
# Rust - Keep these two the same. Or better make an alias like devops have.
7
8
*.rs @ai-dynamo/dynamo-rust-codeowners
Cargo.toml @ai-dynamo/dynamo-rust-codeowners
Ryan McCormick's avatar
Ryan McCormick committed
9
10

# Python Libraries
11
*.py @nnshah1 @tanmayv25 @piotrm-nvidia @ptarasiewiczNV @ryanolson @grahamking @paulhendricks @biswapanda @tmonty12 @guanluo @rmccorm4 @tedzhouhk @alec-flowers @kkranen @ai-dynamo/Devops @jthomson04 @ishandhanani @PeaBrane @hhzhang16
Ryan McCormick's avatar
Ryan McCormick committed
12
13

# Container/Environments
14
/container/ @rmccorm4 @tanmayv25 @richardhuo-nv @ptarasiewiczNV @ishandhanani @alec-flowers @nnshah1 @ai-dynamo/Devops
Ryan McCormick's avatar
Ryan McCormick committed
15

16
# Dynamo deploy
17
/deploy/ @hutm @biswapanda @ishandhanani @julienmancuso @hhzhang16 @nnshah1 @mohammedabdulwahhab
18

J Wyman's avatar
J Wyman committed
19
# Examples
20
/examples/ @ai-dynamo/Devops @nnshah1 @whoisj @nealvaidya @ishandhanani @ai-dynamo/dynamo-rust-codeowners
hhzhang16's avatar
hhzhang16 committed
21
22
/examples/*/deploy/ @hutm @biswapanda @ishandhanani @julienmancuso @hhzhang16 @mohammedabdulwahhab @atchernych
/examples/multimodal/ @indrajit96 @krishung5 @whoisj @hhzhang16
23

Ryan McCormick's avatar
Ryan McCormick committed
24
# CI/CD
Neelay Shah's avatar
Neelay Shah committed
25
/.github/ @ai-dynamo/Devops @nnshah1
26
/.github/workflows/*.ps1 @ai-dynamo/Devops @whoisj
Neelay Shah's avatar
Neelay Shah committed
27
CODEOWNERS @ai-dynamo/Devops @nnshah1
Ryan McCormick's avatar
Ryan McCormick committed
28

29
30
31
32
33
# Planner
/components/planner/ @tedzhouhk @hhzhang16 @jasonqinzhou
/benchmarks/profiler/ @tedzhouhk @hhzhang16 @jasonqinzhou
/tests/planner/ @tedzhouhk @hhzhang16 @jasonqinzhou

Ryan McCormick's avatar
Ryan McCormick committed
34
# Legal
35
/ATTRIBUTIONS-Rust.md @ai-dynamo/Devops
36
/ATTRIBUTIONS.md @ai-dynamo/Devops
37
38
39
/CODE_OF_CONDUCT.md @ai-dynamo/Devops
/CONTRIBUTING.md @ai-dynamo/Devops
/LICENSE @ai-dynamo/Devops
40
/SECURITY.md @ai-dynamo/Devops