Revision e5121a3055afe8dee0faaf8068cc97aa84c47161 authored by William Banfield on 16 May 2022, 03:15:22 UTC, committed by William Banfield on 16 May 2022, 03:15:22 UTC
1 parent cb0a2ec
Raw File
CODEOWNERS
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Everything goes through the following "global owners" by default.
# Unless a later match takes precedence, these three will be
# requested for review when someone opens a PR.
# Note that the last matching pattern takes precedence, so
# global owners are only requested if there isn't a more specific
# codeowner specified below. For this reason, the global codeowners
# are often repeated in package-level definitions.
*       @ebuchman @cmwaters @tychoish @williambanfield @creachadair @sergio-mena @jmalicevic @thanethomson @ancazamfir

# Spec related changes can be approved by the protocol design team
/spec   @josef-widder @milosevic @cason
back to top