-
Notifications
You must be signed in to change notification settings - Fork 341
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (29 loc) · 1.3 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
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# Admin
/ASWF/ @AcademySoftwareFoundation/rez-tsc
CODEOWNERS @AcademySoftwareFoundation/rez-tsc
LICENSE @AcademySoftwareFoundation/rez-tsc
NOTICE @AcademySoftwareFoundation/rez-tsc
*.md @AcademySoftwareFoundation/rez-tsc
# CI
/.github/ @AcademySoftwareFoundation/rez-tsc
.sonarcloud.properties @AcademySoftwareFoundation/rez-tsc
/src/rez/tests/ @AcademySoftwareFoundation/rez-tsc
/src/rez/data/ @AcademySoftwareFoundation/rez-tsc
# Docs
/docs/ @AcademySoftwareFoundation/rez-tsc
# Core
/src/rez/backport @AcademySoftwareFoundation/rez-tsc
/src/rez/bind @AcademySoftwareFoundation/rez-tsc
/src/rez/cli @AcademySoftwareFoundation/rez-tsc
/src/rez/utils @AcademySoftwareFoundation/rez-tsc
/src/rez/*.py @AcademySoftwareFoundation/rez-tsc
# Embedded packages
/src/rez/vendor @AcademySoftwareFoundation/rez-tsc
# Plugins
/src/rezplugins/ @AcademySoftwareFoundation/rez-tsc
# Gui
/src/rezgui/ @AcademySoftwareFoundation/rez-tsc