Skip to content

Commit

Permalink
Create CODEOWNERS (#471)
Browse files Browse the repository at this point in the history
<!-- cal_description_begin -->
<details open>
<summary>:sparkles: <i><h3>Description by Callstackai</h3></i></summary>

This PR creates a CODEOWNERS file to define ownership for various parts
of the repository.



<details>
<summary><b>Diagrams of code changes</b></summary>

```mermaid
sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub
    participant Owners as Code Owners

    Dev->>GH: Creates PR
    GH->>GH: Checks file paths
    GH->>Owners: Assigns reviewers based on path:
    Note over GH,Owners: Default: @jakubno, @ValentaTomas
    Note over GH,Owners: Web app: @jakubno, @mishushakov
    Note over GH,Owners: Docs: @mlejva
    Note over GH,Owners: API Reference: @0div
    Note over GH,Owners: SDKs/Packages: @jakubno, @ValentaTomas
    Owners->>GH: Review PR
    GH->>Dev: Review feedback
```

</details>


<details>
<summary><b>Files Changed</b></summary>
<table>
<tr><th>File</th><th>Summary</th></tr>
<tr><td><a
href=https://github.com/e2b-dev/E2B/pull/471/files#diff-fcf14c4b7b34fe7a11916195871ae66a59be87a395f28db73e345ebdc828085b>CODEOWNERS</a></td><td>Adds
a CODEOWNERS file with default owners for the repository and specific
owners for web and SDKs.</td></tr>

</table>
</details>

</details>
<!-- cal_description_end -->
  • Loading branch information
mishushakov authored Nov 19, 2024
2 parents 28c8ddc + 31fbf02 commit c9a2200
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.
* @jakubno @ValentaTomas

# Web
apps/web @jakubno @mishushakov
apps/web/src/app/(docs)/docs @mlejva
apps/web/src/app/(docs)/docs/api-reference @0div

# SDKs
packages @jakubno @ValentaTomas
packages/connect-python @ValentaTomas

0 comments on commit c9a2200

Please sign in to comment.