mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d887ab4a39
* Add myself to daml-assistant. * Remove neil-da
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# https://help.github.com/articles/about-codeowners/
|
|
# Note that accounts or teams mentioned must have WRITE access to the repository.
|
|
|
|
# Only files explicitly mentioned are guarded by code owners (no * rule).
|
|
|
|
CODEOWNERS @bitonic @hurryabit @cbaatz-da
|
|
|
|
# Build / CI / environment
|
|
/ci/ @garyverhaegen-da
|
|
/dev-env/ @garyverhaegen-da
|
|
/nix/ @garyverhaegen-da
|
|
/infra/ @garyverhaegen-da
|
|
azure-pipelines.yml @garyverhaegen-da
|
|
azure-cron.yml @garyverhaegen-da
|
|
|
|
# Language
|
|
/compiler/ @hurryabit
|
|
/daml-foundations/ @hurryabit
|
|
/libs-haskell/ @hurryabit
|
|
/daml-assistant/ @associahedron
|
|
|
|
# Runtime
|
|
/daml-lf/ @leo-da @S11001001
|
|
/daml-lf/governance.rst @gerolf-da @S11001001
|
|
/daml-lf/archive/da/ @remyhaemmerle-da @hurryabit @gerolf-da
|
|
/daml-lf/spec/value.rst @S11001001 @gerolf-da
|
|
/daml-lf/spec/transaction.rst @S11001001 @gerolf-da
|
|
/daml-lf/spec/daml-lf-1.rst @remyhaemmerle-da @hurryabit @gerolf-da
|
|
/daml-lf/validation/ @remyhaemmerle-da
|
|
|
|
/ledger/ @gerolf-da @rautenrieth-da
|
|
/ledger-api/ @gerolf-da
|
|
|
|
# Ecosystems
|
|
/language-support/java/ @gerolf-da
|
|
/language-support/scala/ @leo-da @S11001001
|
|
|
|
# Tools
|
|
/extractor/ @leo-da @S11001001
|
|
|
|
# Misc
|
|
/docs/ @bethaitman
|