-
Notifications
You must be signed in to change notification settings - Fork 3.4k
/
CODEOWNERS
Validating CODEOWNERS rules...
58 lines (50 loc) · 3.11 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @williamfalcon @borda @tchaton @awaelchli
# CI/CD and configs
/.actions/ @borda @carmocca @akihironitta
/.github/ @borda @carmocca @akihironitta
/.azure/ @borda @carmocca @akihironitta
/dockers/ @borda @carmocca @akihironitta
*.yml @borda @carmocca @akihironitta
# Docs
/docs/ @edenlightning @tchaton @borda @awaelchli @RobertLaurella
/.github/*.md @edenlightning @williamfalcon @borda
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton @awaelchli
/docs/source-pytorch/conf.py @borda @awaelchli @carmocca
/docs/source-pytorch/index.rst @williamfalcon
/docs/source-pytorch/levels @williamfalcon @RobertLaurella
/docs/source-pytorch/expertise_levels @williamfalcon @RobertLaurella
/docs/source-app/ @williamfalcon @RobertLaurella @tchaton @awaelchli
/docs/source-app/conf.py @borda @awaelchli @carmocca
/docs/source-app/index.rst @williamfalcon
/docs/source-app/expertise_levels @williamfalcon @RobertLaurella
# PyTorch Lightning
/src/pytorch_lightning @williamfalcon @awaelchli @carmocca @justusschock
/tests/tests_pytorch @awaelchli @carmocca @justusschock
# Core APIs
/src/pytorch_lightning/callbacks/callback.py @williamfalcon @awaelchli @carmocca
/src/pytorch_lightning/core/datamodule.py @williamFalcon @awaelchli @carmocca
/src/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton @awaelchli @carmocca
/src/pytorch_lightning/core/hooks.py @williamfalcon @tchaton @awaelchli @carmocca
/src/pytorch_lightning/core/module.py @williamfalcon @tchaton @awaelchli @carmocca
# Lightning Fabric
/src/lightning_fabric @awaelchli @carmocca @justusschock
/tests/tests_fabric @awaelchli @carmocca @justusschock
# Lightning App
/src/lightning_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
/tests/tests_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
/tests/integrations_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
/examples/app_* @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
/.github/CODEOWNERS @williamfalcon
/SECURITY.md @williamfalcon
/README.md @williamfalcon @edenlightning @borda
/setup.py @williamfalcon @borda @carmocca
/src/pytorch_lightning/__about__.py @williamfalcon @borda @carmocca
/src/lightning_app/__about__.py @williamfalcon @borda
/src/lightning_fabric/__about__.py @williamfalcon @borda @awaelchli
/src/*/__setup__.py @borda @carmocca