Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Every pull request needs a review from the owning team.
# Every pull request needs a review from an owning team, and requests
# @anilbeyazoglu on every path so nothing lands without him seeing it.
# Ownership is by area; the last matching pattern wins.

* @Docyrus/system
* @anilbeyazoglu @Docyrus/system

# Native core, UI markup, and app manifest
/src/ @Docyrus/system
/app.json @Docyrus/system
/build.zig @Docyrus/system
/build.zig.zon @Docyrus/system
/src/ @anilbeyazoglu @Docyrus/system
/app.json @anilbeyazoglu @Docyrus/system
/build.zig @anilbeyazoglu @Docyrus/system
/build.zig.zon @anilbeyazoglu @Docyrus/system

# WebView frontends: Monaco editor and the file-explorer tree
/frontend/ @Docyrus/frontend @Docyrus/system
/frontend/ @anilbeyazoglu @Docyrus/frontend @Docyrus/system

# Repo policy, licensing, CI, and agent instructions
/LICENSE @Docyrus/system
/NOTICE @Docyrus/system
/SECURITY.md @Docyrus/system
/CONTRIBUTING.md @Docyrus/system
/CODE_OF_CONDUCT.md @Docyrus/system
/.github/ @Docyrus/system
/.ruler/ @Docyrus/system
/LICENSE @anilbeyazoglu @Docyrus/system
/NOTICE @anilbeyazoglu @Docyrus/system
/SECURITY.md @anilbeyazoglu @Docyrus/system
/CONTRIBUTING.md @anilbeyazoglu @Docyrus/system
/CODE_OF_CONDUCT.md @anilbeyazoglu @Docyrus/system
/.github/ @anilbeyazoglu @Docyrus/system
/.ruler/ @anilbeyazoglu @Docyrus/system
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ points that bite newcomers:
- Fill in the PR template: what changed, why, and how you verified it on a real
window — this app's behaviour is hard to judge from a diff alone.
- CI must be green and one `CODEOWNERS` review is required before merge.
Every pull request requests a review from @anilbeyazoglu plus the owning
team, so tag them if a review is sitting idle.
- Bump the version in **both** `package.json` and `app.json` when releasing;
don't bump it in ordinary PRs.

Expand Down
Loading