-
Notifications
You must be signed in to change notification settings - Fork 13
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (28 loc) · 2.04 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
# This CODEOWNERS file follows the format of Github's CODEOWNERS
# Documentation for reference, https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @iTwin/itwinjs-core-admins will be requested for
# review when someone opens a pull request.
* @iTwin/itwinjs-core-admins
.github/workflows @iTwin/itwinjs-core-admins
.github/CODEOWNERS @iTwin/itwinjs-core-admins
.gitattributes @iTwin/itwinjs-core-admins
.gitignore @iTwin/itwinjs-core-admins
# These are owners for specific files in the repository
# Each line is a file pattern followed by one or more owners
/build/ @chuckkir @calebmshafer @DanRod1999
/iModelCore/Bentley/ @swwilson-bsi @bbastings @pmconne
/iModelCore/BeSQLite/ @pmconne @khanaffan @nick4598
/iModelCore/BRepCore/ @pmconne @bbastings
/iModelCore/ECDb/ @khanaffan @pmconne @calebmshafer @rschili @ColinKerr
/iModelCore/ecobjects/ @calebmshafer @ColinKerr @c-macdonald @rschili
/iModelCore/ECPresentation/ @iTwin/itwinjs-core-presentation
/iModelCore/GeoCoord/ @pmconne @AlainRobertAtBentley @bbastings
/iModelCore/GeomLibs/ @saeeedtorabi @bbastings @dassaf4
/iModelCore/iModelPlatform/ @pmconne @swwilson-bsi @nick4598 @bbastings
/iModelCore/Units/ @calebmshafer @ColinKerr @bbastings @rschili
/iModelCore/iModelPlatform/**/*Tile*.* @pmconne @markschlosseratbentley
/iModelCore/iModelPlatform/**/*Render*.* @pmconne @markschlosseratbentley @bbastings
/iModelJsNodeAddon/ @pmconne @swwilson-bsi @khanaffan @calebmshafer @bbastings
/iModelJsNodeAddon/presentation/ @iTwin/itwinjs-core-presentation