CODEOWNERS 617 B

123456789101112131415161718192021
  1. # Order is important. The LAST matching pattern has the MOST precedence.
  2. # gitignore style patterns are used, not globs.
  3. # https://help.github.com/articles/about-codeowners
  4. # https://git-scm.com/docs/gitignore
  5. # Everything that falls through the cracks:
  6. * @electron/reviewers
  7. # filename patterns
  8. *browser_view* @electron/browserview
  9. *notification* @electron/notifications
  10. *pdf* @electron/printing
  11. *printing* @electron/printing
  12. *updater* @electron/updater
  13. # directories
  14. /.github/ @electron/electrocats
  15. /default_app/ @electron/docs
  16. /docs/ @electron/docs
  17. /docs-translations/ @electron/i18n
  18. /npm/ @electron/electrocats