mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 06:47:57 +00:00
baf8c74bac
* Add code owners file. * Update CODEOWNERS * Update CODEOWNERS
16 lines
630 B
Plaintext
16 lines
630 B
Plaintext
# Lists some code owners
|
|
#
|
|
# 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, @pepyakin) or email can be used. Keep in mind, that handles might work better because they
|
|
# are more recognizable on GitHub, you can use them for mentioning unlike an email.
|
|
# - The latest matching rule, if multiple, takes precedence.
|
|
|
|
/srml/contracts/ @pepyakin
|
|
/core/executor/ @pepyakin
|