From 4f9f48978d0d56ccaa39b2593b367cfa03abb45f Mon Sep 17 00:00:00 2001 From: Sampras Lopes Date: Fri, 18 Nov 2022 16:51:44 +0530 Subject: [PATCH] chore(codeowners): add codeowners data for PR reviews (#1) --- .github/CODEOWNERS | 32 +++++++++++++++++++++++++ README.md | 2 +- {images => docs/imgs}/orca-product.png | Bin 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS rename {images => docs/imgs}/orca-product.png (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d7c73bab81 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,32 @@ +* @jarnura @ashokkjag + +docs/ @juspay/orca-maintainers +*.md @juspay/orca-maintainers +LICENSE @juspay/orca-maintainers +NOTICE @juspay/orca-maintainers +contrib/ @juspay/orca-maintainers +.github/ @juspay/orca-maintainers +.gitignore @juspay/orca-maintainers +Makefile @juspay/orca-maintainers +keys.conf @juspay/orca-maintainers + + +crates/ @juspay/orca-framework +crates/router/src/types/ @juspay/orca-framework +crates/router/src/services/ @juspay/orca-framework +crates/router/src/db/ @juspay/orca-framework +crates/router/src/routes/ @juspay/orca-framework + +crates/router/src/connector/ @juspay/orca-connector + +crates/router/src/compatibility/ @juspay/orca-compatibility + +crates/router/src/core/ @juspay/orca-core + +crates/router/src/scheduler/ @juspay/orca-process-tracker + +Dockerfile @juspay/orca-infra +docker-compose.yml @juspay/orca-infra +.dockerignore @juspay/orca-infra +monitoring/ @juspay/orca-infra +*.sh @juspay/orca-infra diff --git a/README.md b/README.md index 5ea13a7841..15de63b263 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Using Orca, you can: _Orca is wire-compatible with top processors like Stripe making it easy to integrate._

-orca-product +orca-product

## Table of Contents diff --git a/images/orca-product.png b/docs/imgs/orca-product.png similarity index 100% rename from images/orca-product.png rename to docs/imgs/orca-product.png