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