-
Notifications
You must be signed in to change notification settings - Fork 168
/
CODEOWNERS
Validating CODEOWNERS rules...
31 lines (30 loc) · 1.43 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
# Lists some code owners.
#
# A codeowner just oversees some part of the codebase. If an owned file is changed then the
# corresponding codeowner receives a review request. An approval of the codeowner might be
# required for merging a PR (depends on repository settings).
#
# For details about syntax, see:
# https://help.github.com/en/articles/about-code-owners
# But here are some important notes:
#
# - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core`
# which can be everywhere.
# - Multiple owners are supported.
# - Either handle (e.g, @github_user or @github_org/team) or email can be used. Keep in mind,
# that handles might work better because they are more recognizable on GitHub,
# eyou can use them for mentioning unlike an email.
# - The latest matching rule, if multiple, takes precedence.
# CI
/.github/ @paritytech/ci
/scripts/ @paritytech/ci
/.gitlab-ci.yml @paritytech/ci
/ios @tetekinandrey @krodak
/android @Dmitry-Borodin
/android/src/main/java/io/parity/signer/ui @tetekinandrey @Dmitry-Borodin
/android/src/main/java/io/parity/signer/screens @tetekinandrey @Dmitry-Borodin
/android/src/main/java/io/parity/signer/components @tetekinandrey @Dmitry-Borodin
/android/src/main/java/io/parity/signer/components2 @tetekinandrey @Dmitry-Borodin
/android/src/main/java/io/parity/signer/bottmsheets @tetekinandrey @Dmitry-Borodin
/rust @prybalko
/rust/signer/src/signer.udl @Dmitry-Borodin @krodak