Skip to content

Add CODEOWNERS file #96

@Miracle656

Description

@Miracle656

Background

Without a CODEOWNERS file, GitHub doesn't auto-assign reviewers to PRs touching sensitive areas of the codebase. This means the Soroban contracts, SDK core, and CI workflows could receive PRs without the maintainer being automatically flagged as a required reviewer.

What to build

Add a .github/CODEOWNERS file that routes PRs in key paths to @Miracle656.

Key files

  • .github/CODEOWNERS — create this

Suggested execution

git checkout -b ci/add-codeowners

Create .github/CODEOWNERS with rules covering contracts/, sdk/src/, .github/, and a wildcard fallback for @Miracle656.

Example commit message:
ci: add CODEOWNERS to auto-assign reviewer on sensitive paths

Acceptance criteria

  • .github/CODEOWNERS present and valid GitHub syntax
  • Contracts, SDK, and CI paths explicitly covered
  • Verified: opening a draft PR in a covered path shows @Miracle656 as required reviewer

Drips Wave · Complexity: Trivial · 100 points
Comment below to request assignment. PR must include Closes #[this issue].

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions