-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathCODEOWNERS
31 lines (30 loc) · 1.29 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
# This file tells GitHub who should "own" different extensions.
# Ownership for us means:
# - owners are (automatically) requested for review on any PR touching code in
# the extensions that they own
# - owners are shown in the UI in GitHub when someone is browsing files
#
# For more information about this file format see an example in the GitHub
# documentation:
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
#
# For more information about code owners in general, start at the beginning of that page'
# instead of at the example file:
#
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
/extensions/datacube/ @m-mohr
/extensions/eo/ @matthewhanson
/extensions/file/ @m-mohr
/extensions/item-assets/ @matthewhanson
/extensions/label/ @jisantuc
/extensions/pointcloud/ @matthewhanson
/extensions/processing/ @emmanuelmathot
/extensions/projection/ @matthewhanson
/extensions/sar/ @emmanuelmathot @m-mohr
/extensions/sat/ @emmanuelmathot
/extensions/scientific/ @m-mohr
/extensions/single-file-stac/ @matthewhanson
/extensions/tiled-assets/ @constantinius
/extensions/timestamps/ @m-mohr
/extensions/version/ @m-mohr
/extensions/view/ @matthewhanson