chore(codeowners): add codeowners data for PR reviews (#1)

This commit is contained in:
Sampras Lopes
2022-11-18 16:51:44 +05:30
committed by GitHub
parent 2c990bbf97
commit 4f9f48978d
3 changed files with 33 additions and 1 deletions

32
.github/CODEOWNERS vendored Normal file
View File

@ -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

View File

@ -22,7 +22,7 @@ Using Orca, you can:
_Orca is wire-compatible with top processors like Stripe making it easy to integrate._
<p align="center">
<img src= "./images/orca-product.png" alt="orca-product" width="40%" />
<img src= "./docs/imgs/orca-product.png" alt="orca-product" width="40%" />
</p>
## Table of Contents

View File

Before

Width:  |  Height:  |  Size: 494 KiB

After

Width:  |  Height:  |  Size: 494 KiB