https://gitlab.com/tezos/tezos
Raw File
Tip revision: 08a287900a54bc1a5fbdd88d96bbda4527007af5 authored by Fedor Sheremetyev on 08 October 2022, 08:24:09 UTC
Lima: vanity nonce
Tip revision: 08a2879
CODEOWNERS
# CODEOWNERS

# This file declares which users are qualified to review and approve changes to
# specific files or paths in this repository. It helps contributors to identify
# whom to consult for assistance on merge requests.

# To understand the syntax and semantics of this file, see:
#   https://docs.gitlab.com/ee/user/project/code_owners.html
#
# Note that rules defined later in the file take precedence over the rules
# defined earlier.


# ************************************
# Insert code owner declarations here!
# ************************************

/docs                        @NicVolanschi @raphael-proust @Saroupille @arvidnl @yrg @dannywillems @lthms @rafoo_

/src/bin_codec               @raphael-proust
/src/bin_node                @romain.nl
/src/bin_proxy_server        @smelc
/src/bin_snoop               @lrand
/src/bin_openapi             @romain.nl

/src/lib_base                @raphael-proust
/src/lib_benchmark           @lrand
/src/lib_context             @smelc
/src/lib_error_monad         @raphael-proust
/src/lib_mockup              @smelc
/src/lib_mockup_proxy        @smelc
/src/lib_p2p*                @julien.t @vivienpe
/src/lib_protocol_environment @raphael-proust
/src/lib_proxy               @smelc
/src/lib_proxy_server_config @smelc
/src/lib_rpc*                @smelc @raphael-proust
/src/lib_shell_benchmarks    @lrand
/src/lib_stdlib*             @raphael-proust
/src/lib_version             @romain.nl
/src/lib_event_logging       @romain.nl
/src/lib_openapi             @romain.nl
/src/proto_*/lib_benchmark   @lrand
/src/proto_*/lib_benchmarks_proto @lrand

/scripts                     @romain.nl
/scripts/pre_commit          @smelc

/tezt/lib*                   @romain.nl
/tezt/records                @romain.nl

/manifest                    @romain.nl

/.gitlab                     @romain.nl @raphael-proust

# Octez Merge Team
#
# These users are, as members of the Octez Merge Team, permitted to act as authorities on any code.
#
# @andrea.cerone = Andrea Cerone
# @arvidnl = Arvid Jakobsson
# @bsall = Boubacar Sall
# @camlspotter = Jun Furuse
# @eugenz = Eugen Zalinescu
# @hans.hoglund = Hans Hoglund
# @hhugo1 = Hugo Heuzard
# @igarnier = Ilias Garnier
# @iguerNL = Mohamed Iguernlala
# @jobjo = Joel Bjornson
# @julien.t = Julien Tesson
# @klakplok = Benjamin Canou
# @lthms = Thomas Letan
# @mbouaziz = Mehdi Bouaziz
# @mebsout = Alain Mebsout
# @murbard = Arthur B.
# @naih = Nicolas Ayache
# @NicVolanschi = Nic Volanschi
# @ole.kruger = Ole Krüger
# @paracetamolo = Marco Stronati
# @picdc = Pierrick Couderc
# @pirbo = Pierre Boutillier
# @rafoo_ = Raphaël Cauderlier
# @raphael-proust = Raphaël Proust
# @romain.nl = Romain
# @Saroupille = François Thiré
# @smelc = Clément Hurlin
# @smondet = Seb Mondet
# @sribaroud = Sylvain R.
# @tomjack = Tom Jack
# @vbotbol = vbot
# @vch9 = Valentin Chaboche
# @vect0r = Victor Allombert
# @yrg = Yann Regis-Gianas
#
* @andrea.cerone @arvidnl @bsall @camlspotter @eugenz @hans.hoglund @hhugo1 @igarnier @iguerNL @jobjo @julien.t @klakplok @lthms @mbouaziz @mebsout @murbard @naih @NicVolanschi @ole.kruger @paracetamolo @picdc @pirbo @rafoo_ @raphael-proust @romain.nl @Saroupille @smelc @smondet @sribaroud @tomjack @vbotbol @vch9 @vect0r @yrg

# CODEOWNERS Owners
#
# These users are authorized to change authorizations.
#
# Note that this stanza MUST appear LAST so that it takes precedence over prior rules.
#
/CODEOWNERS         @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/docs/CODEOWNERS    @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/.gitlab/CODEOWNERS @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
back to top