forked from comic/grand-challenge.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
22 lines (20 loc) · 819 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The default owners for everything in
# the repo. Unless a later match takes precedence,
# @jmsmkn will be requested for review when someone
# opens a pull request.
* @jmsmkn
# When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js @HarmvZ
*.mjs @HarmvZ
# Owners of specific Django applications
/app/grandchallenge/algorithms/ @amickan
/app/grandchallenge/api/ @HarmvZ
/app/grandchallenge/challenges/ @amickan
/app/grandchallenge/components/ @jmsmkn
/app/grandchallenge/evaluation/ @amickan
/app/grandchallenge/reader_studies/ @amickan
/app/grandchallenge/retina_api/ @HarmvZ
/app/grandchallenge/products/ @jmsmkn
/app/grandchallenge/workstations/ @jmsmkn