github.com/klaytn/klaytn@v1.12.1/.github/CODEOWNERS (about)

     1  # This is a comment.
     2  # Each line is a file pattern followed by one or more owners.
     3  
     4  # These owners will be the default owners for everything in
     5  # the repo. Unless a later match takes precedence,
     6  # @global-owner1 and @global-owner2 will be requested for
     7  # review when someone opens a pull request.
     8  #*       @global-owner1 @global-owner2
     9  *       @aidan-kwon @blukat29 @yoomee1313
    10  
    11  # Order is important; the last matching pattern takes the most
    12  # precedence. When someone opens a pull request that only
    13  # modifies JS files, only @js-owner and not the global
    14  # owner(s) will be requested for a review.
    15  #*.js    @js-owner
    16  
    17  # You can also use email addresses if you prefer. They'll be
    18  # used to look up users just like we do for commit author
    19  # emails.
    20  #*.go docs@example.com
    21  
    22  # In this example, @doctocat owns any files in the build/logs
    23  # directory at the root of the repository and any of its
    24  # subdirectories.
    25  #/build/logs/      @doctocat
    26  
    27  # The `docs/*` pattern will match files like
    28  # `docs/getting-started.md` but not further nested files like
    29  # `docs/build-app/troubleshooting.md`.
    30  #docs/*  docs@example.com
    31  
    32  # In this example, @octocat owns any file in an apps directory
    33  # anywhere in your repository.
    34  #apps/ @octocat
    35  
    36  # In this example, @doctocat owns any file in the `/docs`
    37  # directory in the root of your repository.
    38  #/docs/ @doctocat
    39  
    40  /.circleci/    @yoomee1313 @JayChoi1736 @2dvorak @sjnam
    41  /.github/      @yoomee1313 @JayChoi1736 @2dvorak @sjnam
    42  /accounts/     @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    43  /api/          @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    44  /blockchain/   @yoomee1313 @sjnam @ian0371 @hyeonLewis
    45  /build/        @yoomee1313 @JayChoi1736 @2dvorak @sjnam
    46  /client/       @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    47  /cmd/          @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    48  /consensus/    @blukat29 @ian0371 @hyeonLewis
    49  /console/      @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    50  /contracts/    @blukat29 @ian0371 @hyeonLewis
    51  /crypto/       @blukat29 @ian0371 @hyeonLewis
    52  /datasync/     @aidan-kwon @blukat29 @jeongkyun-oh
    53  /db_migration/ @aidan-kwon @blukat29 @jeongkyun-oh
    54  /governance/   @blukat29 @ian0371 @hyeonLewis
    55  /networks/     @yoomee1313 @JayChoi1736 @2dvorak @sjnam
    56  /node/         @blukat29 @hyunsooda @2dvorak @kjeom @JayChoi1736
    57  /params/       @yoomee1313 @sjnam @ian0371 @hyeonLewis
    58  /reward/       @blukat29 @ian0371 @hyeonLewis
    59  /snapshot/     @aidan-kwon @blukat29 @jeongkyun-oh
    60  /storage/      @aidan-kwon @blukat29 @jeongkyun-oh
    61  /work/         @yoomee1313 @sjnam @ian0371 @hyeonLewis