-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
46 lines (35 loc) · 2.18 KB
/
Copy pathCODEOWNERS
File metadata and controls
46 lines (35 loc) · 2.18 KB
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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Owners can be @users, @org/teams or emails.
# Avaiable teams:
# - @GraphicalPlayground/engine-architecture
# - @GraphicalPlayground/graphics-engineering
# - @GraphicalPlayground/documentation-knowledge
# - @GraphicalPlayground/curriculum-learning-design
# - @GraphicalPlayground/infrastructure-devops
# Main Modules
/source/runtime/ @GraphicalPlayground/engine-architecture
/source/developer/ @GraphicalPlayground/engine-architecture
/source/editor/ @GraphicalPlayground/engine-architecture
/source/programs/ @GraphicalPlayground/engine-architecture
/source/shaders/ @GraphicalPlayground/graphics-engineering
/source/launch/ @GraphicalPlayground/engine-architecture
# Third Party
/thirdparty/ @GraphicalPlayground/engine-architecture
# Documentation
/source/**/docs/ @GraphicalPlayground/documentation-knowledge
/docs/ @GraphicalPlayground/documentation-knowledge
/examples/ @GraphicalPlayground/documentation-knowledge
/guides/ @GraphicalPlayground/documentation-knowledge
# CI/CD
/.github/workflows/ @GraphicalPlayground/infrastructure-devops
/.github/ISSUE_TEMPLATE/ @GraphicalPlayground/infrastructure-devops
/.github/PULL_REQUEST_TEMPLATE/ @GraphicalPlayground/infrastructure-devops
# Runtime Specific
/source/runtime/rhi/ @GraphicalPlayground/graphics-engineering
/source/runtime/renderer/ @GraphicalPlayground/graphics-engineering
/source/runtime/audio/ @GraphicalPlayground/engine-architecture
/source/runtime/core/ @GraphicalPlayground/engine-architecture
/source/runtime/hal/ @GraphicalPlayground/engine-architecture
/source/runtime/shaders/ @GraphicalPlayground/engine-architecture
/source/runtime/platform/ @GraphicalPlayground/engine-architecture