# 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
