lightning/.github/CODEOWNERS

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

64 lines
3.5 KiB
Plaintext
Raw Normal View History

2020-10-21 22:46:20 +00:00
# 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.
2023-01-17 17:03:05 +00:00
* @lantiga @borda @tchaton @awaelchli
# CI/CD and configs
/.actions/ @borda @carmocca @ethanwharris
/.github/ @borda @carmocca @ethanwharris
/.azure/ @borda @carmocca @ethanwharris
/.azure/app-cloud-e2e.yml @awaelchli @ethanwharris @lantiga
/dockers/ @borda @carmocca @ethanwharris
*.yml @borda @carmocca @ethanwharris
# Docs
2023-04-11 12:45:24 +00:00
/docs/ @edenlightning @lantiga @borda @awaelchli
/docs/*/conf.py @borda @awaelchli @carmocca
2023-01-17 17:03:05 +00:00
/.github/*.md @edenlightning @williamfalcon @lantiga @borda
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton @awaelchli
/docs/source-fabric/conf.py @borda @awaelchli @carmocca
/docs/source-fabric/index.rst @awaelchli @lantiga @carmocca
/docs/source-pytorch/conf.py @borda @awaelchli @carmocca
2023-01-17 17:03:05 +00:00
/docs/source-pytorch/index.rst @williamfalcon @lantiga
2023-04-11 12:45:24 +00:00
/docs/source-pytorch/levels @williamfalcon
/docs/source-app/ @williamfalcon @tchaton @awaelchli
/docs/source-app/index.rst @williamfalcon @lantiga
2023-04-11 12:45:24 +00:00
/docs/source-app/expertise_levels @williamfalcon
# PyTorch Lightning
2023-02-01 13:06:20 +00:00
/src/lightning/pytorch @williamfalcon @awaelchli @carmocca @justusschock
/src/pytorch_lightning @williamfalcon @awaelchli @carmocca @justusschock
2022-11-07 14:49:40 +00:00
/tests/tests_pytorch @awaelchli @carmocca @justusschock
# Core APIs
2023-02-01 19:59:00 +00:00
/src/lightning/pytorch/callbacks/callback.py @williamfalcon @awaelchli @carmocca
/src/lightning/pytorch/core/datamodule.py @williamFalcon @awaelchli @carmocca
/src/lightning/pytorch/trainer/trainer.py @williamfalcon @tchaton @awaelchli @carmocca
/src/lightning/pytorch/core/hooks.py @williamfalcon @tchaton @awaelchli @carmocca
/src/lightning/pytorch/core/module.py @williamfalcon @tchaton @awaelchli @carmocca
# Lightning Fabric
/src/lightning/fabric @awaelchli @carmocca @justusschock
/src/lightning_fabric @awaelchli @carmocca @justusschock
/tests/tests_fabric @awaelchli @carmocca @justusschock
# Lightning App
2023-04-11 12:45:24 +00:00
/src/lightning/app @tchaton @lantiga @awaelchli @ethanwharris
/src/lightning_app @tchaton @lantiga @awaelchli @ethanwharris
/tests/tests_app @tchaton @lantiga @awaelchli @ethanwharris
/tests/integrations_app @tchaton @lantiga @awaelchli @ethanwharris
/examples/app_* @tchaton @lantiga @awaelchli @ethanwharris
/.github/CODEOWNERS @williamfalcon
2023-01-17 17:03:05 +00:00
/SECURITY.md @williamfalcon @lantiga
2023-03-16 11:43:35 +00:00
/README.md @williamfalcon @lantiga
/setup.py @williamfalcon @borda @carmocca
/src/pytorch_lightning/__about__.py @williamfalcon @borda @carmocca
2023-01-17 17:03:05 +00:00
/src/lightning_app/__about__.py @williamfalcon @lantiga @borda
/src/lightning_fabric/__about__.py @williamfalcon @borda @awaelchli
2022-11-07 14:49:40 +00:00
/src/*/__setup__.py @borda @carmocca