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.

25 lines
1.1 KiB

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. * @alexanderbez @ebuchman @erikgrinaker @melekes @tessr
  10. # Overrides for tooling packages
  11. .github/ @marbar3778 @alexanderbez @ebuchman @erikgrinaker @melekes @tessr
  12. DOCKER/ @marbar3778 @alexanderbez @ebuchman @erikgrinaker @melekes @tessr
  13. # Overrides for core Tendermint packages
  14. abci/ @marbar3778 @alexanderbez @ebuchman @erikgrinaker @melekes @tessr
  15. evidence/ @cmwaters @ebuchman @melekes @tessr
  16. light/ @cmwaters @melekes @ebuchman @tessr
  17. # Overrides for docs
  18. *.md @marbar3778 @alexanderbez @ebuchman @erikgrinaker @melekes @tessr
  19. docs/ @marbar3778 @alexanderbez @ebuchman @erikgrinaker @melekes @tessr