-
Notifications
You must be signed in to change notification settings - Fork 503
/
Copy pathCODEOWNERS
25 lines (17 loc) · 928 Bytes
/
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
# CODEOWNERS
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# This file specifies only who must review each file, IE, who is the primary maintainer / responsibility holder
# araistrick will review everything except where specified below
* @araistrick
infinigen/datagen/customgt/* @lahavlipson
infinigen/tools/ground_truth/* @lahavlipson
infinigen/terrain/* @mazeyu
infinigen/core/constraints/evaluator/node_impl/* @karhankayan
infinigen/core/constraints/example_solver/room/* @JerryLingjieMei
infinigen/tools/export.py @David-Yan-1
infinigen/assets/utils/* @JerryLingjieMei
infinigen/assets/fluid/* @karhankayan
# Jerry will review all object assets except where specified below
infinigen/assets/objects/* @JerryLingjieMei
infinigen/assets/objects/creatures/* @araistrick
infinigen/assets/objects/trees/* @araistrick