| # 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. |
| * @edgarriba @ducha-aiki @shijianjian @lferraz |
|
|
| # CI/CD and configs |
| /.github/ @edgarriba @shijianjian |
|
|
| # Docs |
| /docs/ @edgarriba @shijianjian @ducha-aiki |
| /.github |
| /.github/ISSUE_TEMPLATE/ @edgarriba @shijianjian |
| /docs/source/conf.py @edgarriba @shijianjian |
|
|
| # Packages |
| /kornia/augmentation @shijianjian @edgarriba |
| /kornia/color @cceyda @edgarriba |
| /kornia/contrib @shijianjian @duch-aiki |
| /kornia/enhance @lferraz @edgarriba |
| /kornia/feature @ducha-aiki @edgarriba |
| /kornia/filters @edgarriba @ducha-aiki @lferraz |
| /kornia/geometry @edgarriba @ducha-aiki @shijianjian @dkoguciuk @justanhduc |
| /kornia/losses @edgarriba @ducha-aiki |
| /kornia/morphology @Manza12 @ducha-aiki |
| /kornia/utils @edgarriba @shijianjian @ducha-aiki |
|
|
| /.github/CODEOWNERS @edgarriba |
| /README.rst @edgarriba |
| /setup.py @edgarriba @shijianjian |
| |