You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
714 B

7 years ago
  1. # CODEOWNERS: https://help.github.com/articles/about-codeowners/
  2. # Everything goes through the following "global owners" by default.
  3. # Unless a later match takes precedence, these three will be
  4. # requested for review when someone opens a PR.
  5. # Note that the last matching pattern takes precedence, so
  6. # global owners are only requested if there isn't a more specific
  7. # codeowner specified below. For this reason, the global codeowners
  8. # are often repeated in package-level definitions.
  9. * @ebuchman @cmwaters @tychoish @williambanfield @creachadair @sergio-mena @jmalicevic @thanethomson @ancazamfir
  10. # Spec related changes can be approved by the protocol design team
  11. /spec @josef-widder @milosevic @cason