-
-
Notifications
You must be signed in to change notification settings - Fork 774
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (23 loc) · 685 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (23 loc) · 685 Bytes
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
# default owners
* @hoffstadt
# directories
/thirdparty/ @hoffstadt
/scripts/ @hoffstadt
/src/ @hoffstadt @Pcothren
/docs/* @hoffstadt @Pcothren
# specific files
/src/distribution.cmake @hoffstadt
/src/embedded.cmake @hoffstadt
/src/CMakeLists.txt @hoffstadt
/src/.gitignore @hoffstadt
CMakeLists.txt @hoffstadt
CMakeSettings.json @hoffstadt
setup.py @hoffstadt
.gitattributes @hoffstadt
.gitignore @hoffstadt
.gitmodules @hoffstadt
.readthedocs.yaml @hoffstadt @Pcothren
# no owners
README.md
/docs/source/
/assets