github.com/klaytn/klaytn@v1.10.2/.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 @kjhman21 @blukat29 @kjeom 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 /api/ @kjeom @jimni1222 @henry-will @nohkwak 40 /blockchain/ @blukat29 @kjeom @ian0371 @yoomee1313 41 /build/ @blukat29 @hyunsooda @2dvorak 42 /client/ @kjeom @jimni1222 @henry-will @nohkwak 43 /cmd/ @kjeom @aidan-kwon @kjhman21 @ian0371 44 /consensus/ @aidan-kwon @kjhman21 @jiseongnoh @mckim19 45 /console/ @kjeom @jimni1222 @henry-will @nohkwak 46 /contracts/ @blukat29 @hyunsooda @2dvorak @ian0371 47 /crypto/ @blukat29 @jiseongnoh @mckim19 48 /datasync/ @ethan-kr @jeongkyun-oh 49 /db_migration/ @ethan-kr @jeongkyun-oh 50 /event/ @kjeom @JayChoi1736 51 /governance/ @blukat29 @aidan-kwon @kjhman21 @ian0371 52 /networks/ @kjeom @JayChoi1736 @yoomee1313 53 /node/ @blukat29 @hyunsooda @2dvorak 54 /reward/ @blukat29 @ian0371 55 /rlp/ @kjeom @JayChoi1736 56 /snapshot/ @ethan-kr @jeongkyun-oh 57 /storage/ @ethan-kr @jeongkyun-oh 58 /work/ @blukat29 @aidan-kwon @kjhman21 @yoomee1313