-
Notifications
You must be signed in to change notification settings - Fork 16
Add CODEOWNERS file #96
Copy link
Copy link
Open
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:ciCI/CD and toolingCI/CD and toolingdifficulty:easy~1-3 hours~1-3 hoursgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:ciCI/CD and toolingCI/CD and toolingdifficulty:easy~1-3 hours~1-3 hoursgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
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/CODEOWNERSfile that routes PRs in key paths to@Miracle656.Key files
.github/CODEOWNERS— create thisSuggested execution
Create
.github/CODEOWNERSwith rules coveringcontracts/,sdk/src/,.github/, and a wildcard fallback for@Miracle656.Example commit message:
ci: add CODEOWNERS to auto-assign reviewer on sensitive pathsAcceptance criteria
.github/CODEOWNERSpresent and valid GitHub syntax@Miracle656as required reviewer