uptake / groundhog

Service and client libraries for interacting with SRTM elevation data
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Add CODEOWNERS file #20

Open jameslamb opened 5 years ago

jameslamb commented 5 years ago

GitHub allows you to add a CODEOWNERS file that will be used to set default reviewers when PRs are opened.

This has to be done by a repo admin, so assigning to myself.

We should do this so we automatically are added as reviewers when people submit PRs!

This can automate things that would otherwise only be known by convention, like "person X owns the R code, person Y owns the flask app"