Context
Set up CODEOWNERS so PRs automatically request review from the right team members, and enable branch protection on main.
Steps
- Create
.github/CODEOWNERS mapping doc sections to reviewers:
docs/guides/chain-fusion/ → chain fusion team
docs/languages/motoko/ → Motoko team
docs/languages/rust/ → Rust CDK team
- General catch-all → docs team
- Enable branch protection on
main:
Depends on
Context
Set up CODEOWNERS so PRs automatically request review from the right team members, and enable branch protection on
main.Steps
.github/CODEOWNERSmapping doc sections to reviewers:docs/guides/chain-fusion/→ chain fusion teamdocs/languages/motoko/→ Motoko teamdocs/languages/rust/→ Rust CDK teammain:Depends on