daml/CODEOWNERS

44 lines
1.3 KiB
Plaintext
Raw Normal View History

# 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 @hurryabit @gerolf-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
/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 @stefanobaghino-da
/ledger-api/ @gerolf-da
# Ecosystems
/language-support/hs/ @nickchapman-da
/language-support/java/ @gerolf-da @stefanobaghino-da
/language-support/scala/ @leo-da @S11001001
# Tools
/extractor/ @leo-da @S11001001
/navigator/ @rautenrieth-da
# Misc
/docs/ @bame-da